- Index
- »
- fan.hx
- »
- UserSession
UserSession
@Js
const mixin UserSession
User authentication session
Attestation session key used as secondary verification of cookie key
Unique session key
Authenticated user associated with the sesssion
Authenticated username associated with the session
abstract Str attestKey()
Attestation session key used as secondary verification of cookie key
abstract Str key()
Unique session key
abstract User user()
Authenticated user associated with the sesssion
Str username()
Authenticated username associated with the session