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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.