View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims (google_api_integrations v0.12.0)

JWT claims used for the jwt-bearer authorization grant.

Attributes

  • audience (type: String.t, default: nil) - Value for the "aud" claim.
  • issuer (type: String.t, default: nil) - Value for the "iss" claim.
  • subject (type: String.t, default: nil) - Value for the "sub" claim.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims{
    audience: String.t() | nil,
    issuer: String.t() | nil,
    subject: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.