GoogleApi.IAM.V1.Model.SignJwtResponse (google_api_iam v0.45.0)

View Source

Deprecated. Migrate to Service Account Credentials API. The service account sign JWT response.

Attributes

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAM.V1.Model.SignJwtResponse{
  keyId: String.t() | nil,
  signedJwt: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.