public class DefaultAuthenticationConfiguration extends Object implements AuthenticationConfiguration
AuthenticationConfiguration, used to wrap a client ID and client secret.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAuthenticationConfiguration.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultAuthenticationConfiguration(String clientId,
String clientSecret,
String refreshToken) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultAuthenticationConfiguration.Builder |
builder() |
String |
getClientId()
Retrieves the configured client ID.
|
String |
getClientSecret()
Retrieves the configured client secret.
|
String |
getRefreshToken()
Retrieves the configured refresh token.
|
public static DefaultAuthenticationConfiguration.Builder builder()
public String getClientId()
getClientId in interface AuthenticationConfigurationpublic String getClientSecret()
getClientSecret in interface AuthenticationConfigurationpublic String getRefreshToken()
getRefreshToken in interface AuthenticationConfigurationCopyright © 2019. All rights reserved.