google_api_iam_credentials v0.9.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
Link to this type
t()
View Sourcet() :: %GoogleApi.IAMCredentials.V1.Model.GenerateAccessTokenResponse{ accessToken: String.t(), expireTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.