google_api_iam_credentials v0.11.1 GoogleApi.IAMCredentials.V1.Model.GenerateAccessTokenResponse 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(),
  expireTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.