Interface AuthleteConfiguration

    • Method Detail

      • getApiVersion

        String getApiVersion()
        Get the Authlete API version.
        Since:
        3.23
      • getBaseUrl

        String getBaseUrl()
        Get the base URL.
      • getServiceOwnerApiKey

        String getServiceOwnerApiKey()
        Get the service owner API key.
      • getServiceOwnerApiSecret

        String getServiceOwnerApiSecret()
        Get the service owner API secret.
      • getServiceOwnerAccessToken

        String getServiceOwnerAccessToken()
        Get the service owner API access token
      • getServiceApiKey

        String getServiceApiKey()
        Get the service API key.
      • getServiceApiSecret

        String getServiceApiSecret()
        Get the service API secret.
      • getServiceAccessToken

        String getServiceAccessToken()
        Get the service API access token
      • getDpopKey

        String getDpopKey()
        Get the public/private key pair used for DPoP signatures in JWK format.
        Since:
        2.73
      • getClientCertificate

        String getClientCertificate()
        Get the certificate used for MTLS bound access tokens in PEM format.
        Since:
        2.73