The chained list of delegates required to grant the final access_token.
Optional eagerRefreshThresholdMillis
eagerRefreshThresholdMillis?:number
The expiration threshold in milliseconds before forcing token refresh of
unexpired tokens.
Optional endpoint
endpoint?:string
API endpoint to fetch token from.
Optional forceRefreshOnFailure
forceRefreshOnFailure?:boolean
Whether to attempt to refresh tokens on status 401/403 responses
even if an attempt is made to refresh the token preemptively based
on the expiry_date.
Optional lifetime
lifetime?:number
Number of seconds the delegated credential should be valid.
The chained list of delegates required to grant the final access_token.