OptionalmaxSets the maximum interceptor authentication attempts for this RPC.
A credential source can perform separate inner or background attempts.
OptionalrenewSets the timeout for the underlying renewal request, in milliseconds.
OptionalrenewRequests renewal.
A valid cached token can still be returned unless AuthorizationOptions.renewSynchronous or AuthorizationOptions.reportError makes the caller wait for the renewal result.
OptionalrenewWaits for forced renewal before the RPC starts.
OptionalreportRejects the authentication attempt when renewal fails instead of using a valid cached token.
Controls token renewal for one RPC.
Most applications can use the defaults. These options are useful for a request that must force a fresh token or report a renewal error immediately.