| Package | Description |
|---|---|
| com.authlete.common.conf |
The definition of Authlete configuration (
AuthleteConfiguration)
and its implementations. |
| Modifier and Type | Method and Description |
|---|---|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setBaseUrl(String baseUrl)
Set the base URL.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setServiceAccessToken(String accessToken)
Set the access token of the service.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setServiceApiKey(String apiKey)
Set the API key of the service.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setServiceApiSecret(String apiSecret)
Set the API secret of the service.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setServiceOwnerAccessToken(String accessToken)
Set the access token of the service owner.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setServiceOwnerApiKey(String apiKey)
Set the API key of the service owner.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setServiceOwnerApiSecret(String apiSecret)
Set the API secret of the service owner.
|
Copyright © 2019. All rights reserved.