Type Alias: EmailAuthSession
EmailAuthSession =
Record<string,unknown>
Defined in: auth-core/src/emailAuthTypes.ts:229
Whatever the application hands back to the client on a successful authentication. The engine never inspects it, which is what lets one application return a bare JWT and another an access token plus a rotating refresh token.