Token pair interface containing both access and refresh JWT tokens
This interface defines the structure for JWT token pairs returned by authentication
operations. It contains both short-lived access tokens for API requests and long-lived
refresh tokens for token renewal, providing a complete authentication token set.
Token pair interface containing both access and refresh JWT tokens
This interface defines the structure for JWT token pairs returned by authentication operations. It contains both short-lived access tokens for API requests and long-lived refresh tokens for token renewal, providing a complete authentication token set.
TokenPair
Example