type

UserSession

@Js
const mixin UserSession

User authentication session

methods

attestKey

Attestation session key used as secondary verification of cookie key

key

Unique identifier for session

user

Authenticated user associated with the sesssion

username

Authenticated username associated with the session

Slot Details

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