oidcToken property

OidcToken? oidcToken
getter/setter pair

If specified, an OIDC token will be generated and attached as an Authorization header in the HTTP request.

This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.

Implementation

OidcToken? oidcToken;