Skip to main content
Version: 4.3

DefaultSession

The interface for the Default Session. Extend this interface to make a custom session

Usage


_10
MyCustomSession extends DefaultSession {
_10
email: string;
_10
age: number;
_10
nicknames: string[];
_10
}

Properties

token

username