Interface UserData<U>

Type Parameters

  • U

Hierarchy

  • UserData

Properties

Properties

secret: string

The secret key of the user, used for generating a comparison key.

user: U

The user object that will get injected into further requests.

username: string

The username used for generating the token URL/QR.

Generated using TypeDoc