Class AuthenticationCard

java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.AuthenticationCard
All Implemented Interfaces:
Serializable

public class AuthenticationCard extends Object implements 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

  • Method Details

    • getType

      public String getType()
    • getProvider

      public String getProvider()
    • getAuthorizationEndpoint

      public String getAuthorizationEndpoint()
    • getTokenEndpoint

      public String getTokenEndpoint()
    • getClientId

      public String getClientId()
    • getScopes

      public List<String> getScopes()
    • getRedirectUri

      public String getRedirectUri()
    • getResponseType

      public String getResponseType()
    • getCodeChallengeMethod

      public String getCodeChallengeMethod()
    • getState

      public String getState()