Preparing search index...
The search index is not available
@amirsavand/ngx-common - v4.2.0
@amirsavand/ngx-common
AuthToken
Interface AuthToken
Typical JWT token parsed structure from DRF API.
interface
AuthToken
{
exp
:
number
;
jti
:
string
;
token_type
:
string
;
user_id
:
number
;
}
Index
Properties
exp
jti
token_
type
user_
id
Properties
exp
exp
:
number
jti
jti
:
string
token_
type
token_
type
:
string
user_
id
user_
id
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exp
jti
token_
type
user_
id
@amirsavand/ngx-common - v4.2.0
Loading...
Typical JWT token parsed structure from DRF API.