AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setApiVersion(String version) |
Set the Authlete API version.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setBaseUrl(String baseUrl) |
Set the base URL.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setClientCertificate(String clientCertificate) |
Set the client's MTLS certificate in PEM format.
|
AuthleteSimpleConfiguration |
AuthleteSimpleConfiguration.setDpopKey(String dpopKey) |
Set the DPoP access public and private key pair
in serialized JWK format.
|
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.
|