Class FetchAccessTokenResponse (0.1.10)

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

Message for responding to getting an OAuth access token.

Attributes

Name Description
token str
The token content.
expiration_time google.protobuf.timestamp_pb2.Timestamp
Expiration timestamp. Can be empty if unknown or non-expiring.
scopes MutableSequence[str]
The scopes of the access token.
exchange_error google.cloud.developerconnect_v1.types.ExchangeError
The error resulted from exchanging OAuth tokens from the service provider.