GoogleApi.Connectors.V1.Model.JwtClaims (google_api_connectors v0.2.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.