GoogleApi.IAMCredentials.V1.Model.GenerateAccessTokenResponse (google_api_iam_credentials v0.12.0) View Source

Attributes

  • accessToken (type: String.t, default: nil) - The OAuth 2.0 access token.
  • expireTime (type: DateTime.t, default: nil) - Token expiration time. The expiration time is always set.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.IAMCredentials.V1.Model.GenerateAccessTokenResponse{
  accessToken: String.t() | nil,
  expireTime: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.