google_api_iam_credentials v0.5.0 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.