endpointOverrides
Optional per-endpoint URL overrides.
When set, each non-null field replaces the corresponding URL from the OpenID Connect discovery document. When all 8 fields are non-null, the discovery HTTP call is skipped entirely. All non-null override values must be valid HTTPS URLs.
Example:
endpointOverrides = OAuth2EndpointOverrides(
tokenEndpoint = "https://proxy.example.com/token"
)Content copied to clipboard