Interface: AuthData
Defines the authentication data, this is to be encrypted and decrypted by the server.
Since
1.0.0
Properties
expires
expires:
number
The timestamp at which the token expires.
Since
1.0.0
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:157
id
id:
string
The user ID.
Since
1.0.0
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:151
refresh
refresh:
string
The refresh token.
Since
1.0.0
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:163
token
token:
string
The access token.
Since
1.0.0
Defined in
projects/plugins/packages/api/src/lib/structures/http/Auth.ts:169