Token

A user token used to authorize the requests

Members

Variables

expire
SysTime expire;

when the token should be deleted

name
string name;

the token data

scopes
string[] scopes;

the token scopes

type
string type;

the token type

Meta