AuthenticatedSession
An AuthenticatedSession is created upon successful authentication.
- Extends:
Session
constructor
method
(input: DeepPartial<AuthenticatedSession>) => AuthenticatedSessionuser
property
UserThe User who has authenticated to create this session.
authenticationStrategy
property
stringThe name of the AuthenticationStrategy used when authenticating to create this session.
Was this chapter helpful?