View Source GoogleApi.Notebooks.V1.Model.RefreshRuntimeTokenInternalResponse (google_api_notebooks v0.14.2)
Response with a new access token.
Attributes
-
accessToken(type:String.t, default:nil) - The OAuth 2.0 access token. -
expireTime(type:DateTime.t, default:nil) - Output only. Token expiration time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.RefreshRuntimeTokenInternalResponse{ accessToken: String.t() | nil, expireTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.