OptionalexpiryThe time at which the token expires. If undefined, the token is considered to be valid indefinitely.
OptionaltypeThe type of token. If empty, the token type is assumed to be "Bearer".
The raw value to sign requests with. It typically is an access token but can represent other types of tokens (e.g., ID tokens).
Represents a token that can be used to sign requests.