The response returned when a user obtains or refreshes an access token, containing the token string, the HTTP header name (usually "Authorization"), and the token's expiration timestamp in milliseconds.
The newly issued access token to be used in Authorization headers.
Authorization
The UNIX timestamp (milliseconds) after which the token is invalid.
The header key that should contain accessToken (e.g., "Authorization").
accessToken
The response returned when a user obtains or refreshes an access token, containing the token string, the HTTP header name (usually "Authorization"), and the token's expiration timestamp in milliseconds.