GoogleApi.Workstations.V1.Model.GenerateAccessTokenResponse (google_api_workstations v0.7.0)
View SourceResponse message for GenerateAccessToken.
Attributes
-
accessToken
(type:String.t
, default:nil
) - The generated bearer access token. To use this token, include it in an Authorization header of an HTTP request sent to the associated workstation's hostname—for example,Authorization: Bearer
. -
expireTime
(type:DateTime.t
, default:nil
) - Time at which the generated token will expire.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.GenerateAccessTokenResponse{ accessToken: String.t() | nil, expireTime: DateTime.t() | nil }