Class GenerateAccessTokenResponse (0.5.5)

GenerateAccessTokenResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for GenerateAccessToken.

Attributes

NameDescription
access_token str
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 .
expire_time google.protobuf.timestamp_pb2.Timestamp
Time at which the generated token will expire.