Class AuthenticationCard
java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.AuthenticationCard
- All Implemented Interfaces:
Serializable
Represents an authentication card returned by the gateway when auth is required. Contains OAuth2 configuration details needed
for the client to authenticate.
- See Also:
-
Constructor Details
-
AuthenticationCard
public AuthenticationCard() -
AuthenticationCard
-
-
Method Details
-
getType
-
getProvider
-
getAuthorizationEndpoint
-
getTokenEndpoint
-
getClientId
-
getScopes
-
getRedirectUri
-
getResponseType
-
getCodeChallengeMethod
-
getState
-