public class Auth0ClientInfo extends Object
| Constructor and Description |
|---|
Auth0ClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationType() |
String |
getClientId() |
Long |
getClientIdIssuedTime() |
String |
getClientName() |
String |
getClientSecret() |
List<String> |
getGrantTypes() |
List<String> |
getRedirectUris() |
String |
getTokenEndpointAuthMethod() |
void |
setApplicationType(String applicationType) |
void |
setClientId(String clientId) |
void |
setClientIdIssuedTime(Long clientIdIssuedTime) |
void |
setClientName(String clientName) |
void |
setClientSecret(String clientSecret) |
void |
setGrantTypes(List<String> grantTypes) |
void |
setRedirectUris(List<String> redirectUris) |
void |
setTokenEndpointAuthMethod(String tokenEndpointAuthMethod) |
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getApplicationType()
public void setApplicationType(String applicationType)
public String getTokenEndpointAuthMethod()
public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod)
public Long getClientIdIssuedTime()
public void setClientIdIssuedTime(Long clientIdIssuedTime)
public String getClientName()
public void setClientName(String clientName)
Copyright © 2021 WSO2. All rights reserved.