JWT access token for API authentication
Optionalrefresh_Refresh token for obtaining new access tokens
Token type (typically 'Bearer')
Token expiration time in seconds
Subject identifier (user ID)
Token issued at timestamp
Token expiration timestamp
OAuth token response interface
Response structure returned when exchanging authorization codes for tokens or refreshing access tokens. This interface defines the complete token response including all metadata needed for authentication and token management.
Example
Example