Class OAuth2ClientCredentialsProvider.Options
java.lang.Object
com.codedprojects.apimapper.client.auth.OAuth2ClientCredentialsProvider.Options
- Enclosing class:
OAuth2ClientCredentialsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdP base URL.intSeconds before token expiry to refresh.Direct token endpoint URL. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
authority
IdP base URL. Token endpoint is discovered from {authority}/.well-known/openid-configuration. -
tokenEndpoint
Direct token endpoint URL. Overrides authority-based discovery when set. -
clientId
-
clientSecret
-
scope
-
expiryBufferSeconds
public int expiryBufferSecondsSeconds before token expiry to refresh. Defaults to 30.
-
-
Constructor Details
-
Options
public Options()
-