A pair of access + refresh tokens issued together.
readonly
accessToken: string
Short-lived access token.
readonly
refreshToken: string
Refresh token (signed JWT with type:'refresh' and jti).
A pair of access + refresh tokens issued together.
accessToken: string
Short-lived access token.
refreshToken: string
Refresh token (signed JWT with type:'refresh' and jti).
import { type TokenPair } from "auth-plugin/src/index.ts";