mixin

UserSession

@Js
const mixin UserSession

User authentication session

methods attestKey

Attestation session key used as secondary verification of cookie key

user

Authenticated user associated with the sesssion

key

Unique identifier for session

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 identifier for session

user abstract User user()

Authenticated user associated with the sesssion

username Str username()

Authenticated username associated with the session

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST