Enum OidcTokenFormat
Represents the OIDC token formats supported when the token is obtained using the GCE metadata server.
Namespace: Google.Apis.Auth.OAuth2
Assembly: Google.Apis.Auth.dll
Syntax
public enum OidcTokenFormat
Fields
Name | Description |
---|---|
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. |