GoogleApi.Notebooks.V1.Model.RefreshRuntimeTokenInternalResponse (google_api_notebooks v0.16.0)
View SourceResponse 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 }