mixin

UserSession

@Js
const mixin UserSession

User authentication session

methods attestKey

Attestation session key used as secondary verification of cookie key

key

Unique session key

user

Authenticated user associated with the sesssion

username

Authenticated username associated with the session

attestKey abstract Str attestKey()

Attestation session key used as secondary verification of cookie key

key abstract Str key()

Unique session key

user abstract User user()

Authenticated user associated with the sesssion

username Str username()

Authenticated username associated with the session

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT