Result of atomically rotating one refresh token into its successor.
{ readonly record: RefreshTokenRecord; readonly rotated: true; }
| { readonly record: RefreshTokenRecord | null; readonly rotated: false; }
Result of atomically rotating one refresh token into its successor.
{ readonly record: RefreshTokenRecord; readonly rotated: true; }
| { readonly record: RefreshTokenRecord | null; readonly rotated: false; }
import { type IRefreshTokenRotation } from "auth-plugin/src/index.ts";