The id of the user this refresh token belongs to
An identifier for the refresh token (used when manually cancelling the session)
Expiry time for the refresh token
Arbitrary metadata to store for the refresh token
Expiry time for the refresh token
An identifier for the refresh token (used when manually cancelling the session)
Arbitrary metadata to store for the refresh token
The id of the user this refresh token belongs to
Generated using TypeDoc
Description
Entity for a refresh token. This is used for refreshing access tokens. Refresh tokens are used to get new access tokens without having to re-authenticate.