Class Auth0ClientInfo

java.lang.Object
org.wso2.auth0.client.model.Auth0ClientInfo

public class Auth0ClientInfo extends Object
  • Constructor Details

    • Auth0ClientInfo

      public Auth0ClientInfo()
  • Method Details

    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getApplicationType

      public String getApplicationType()
    • setApplicationType

      public void setApplicationType(String applicationType)
    • getTokenEndpointAuthMethod

      public String getTokenEndpointAuthMethod()
    • setTokenEndpointAuthMethod

      public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod)
    • getClientIdIssuedTime

      public Long getClientIdIssuedTime()
    • setClientIdIssuedTime

      public void setClientIdIssuedTime(Long clientIdIssuedTime)
    • getClientName

      public String getClientName()
    • setClientName

      public void setClientName(String clientName)
    • getGrantTypes

      public List<String> getGrantTypes()
    • setGrantTypes

      public void setGrantTypes(List<String> grantTypes)
    • getRedirectUris

      public List<String> getRedirectUris()
    • setRedirectUris

      public void setRedirectUris(List<String> redirectUris)