interface
AuthSession
interface AuthSession<User> { ... }An authenticated user session.
Source packages/protocol/src/generated.ts:194
idstring- The id value.
collectionstring- The collection value.
userUser- The user value.
expiresAtstring- The expiresAt value.