Interface TokenProviderConfig

All Known Implementing Classes:
ImmutableConfig

public interface TokenProviderConfig
  • Method Details

    • getAuthServer

      URI getAuthServer()
    • getAuthClientId

      String getAuthClientId()
    • getAuthClientSecret

      String getAuthClientSecret()
    • getAuthAudience

      String getAuthAudience()
    • getAuthRequestTimeout

      Duration getAuthRequestTimeout()
    • getAuthRetryDelay

      Duration getAuthRetryDelay()