public interface AuthleteConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
Get the base URL.
|
String |
getClientCertificate()
Get the certificate used for MTLS bound
access tokens in PEM format.
|
String |
getDpopKey()
Get the public/private keypair used for DPoP
signatures in JWK format.
|
String |
getServiceAccessToken()
Get the service API access token
|
String |
getServiceApiKey()
Get the service API key.
|
String |
getServiceApiSecret()
Get the service API secret.
|
String |
getServiceOwnerAccessToken()
Get the service owner API access token
|
String |
getServiceOwnerApiKey()
Get the service owner API key.
|
String |
getServiceOwnerApiSecret()
Get the service owner API secret.
|
String getBaseUrl()
String getServiceOwnerApiKey()
String getServiceOwnerApiSecret()
String getServiceOwnerAccessToken()
String getServiceApiKey()
String getServiceApiSecret()
String getServiceAccessToken()
String getDpopKey()
String getClientCertificate()
Copyright © 2022. All rights reserved.