public class Auth0ClientImpl extends Object implements Auth0Client
| Modifier and Type | Field and Description |
|---|---|
protected com.auth0.authentication.AuthenticationAPIClient |
authenticationAPIClient |
protected String |
clientSecret |
| Constructor and Description |
|---|
Auth0ClientImpl(String clientId,
String clientSecret,
String domain) |
| Modifier and Type | Method and Description |
|---|---|
Tokens |
getTokens(String authorizationCode,
String redirectUri) |
Auth0User |
getUserProfile(Tokens tokens) |
protected final String clientSecret
protected final com.auth0.authentication.AuthenticationAPIClient authenticationAPIClient
public Tokens getTokens(String authorizationCode, String redirectUri)
getTokens in interface Auth0Clientpublic Auth0User getUserProfile(Tokens tokens)
getUserProfile in interface Auth0ClientCopyright © 2016. All Rights Reserved.