Enum OidcTokenFormat (1.60.0)

public enum OidcTokenFormat

Represents the OIDC token formats supported when the token is obtained using the GCE metadata server.

Namespace

GoogleApisAuthOAuth2

Assembly

Google.Apis.Auth.dll

Fields

NameDescription
Full

Specifies that the project and instance details should be included in the payload of the JWT token returned by the GCE metadata server.

FullWithLicences

Same as Full. License codes for images associated with the GCE instance the token is being obtained from will also be included in the payload of the JWT token returned by the GCE metadata server.

Standard

Specifies that the project and instance details should not be included in the payload of the JWT token returned by the GCE metadata server.

Extension Method