@morojs/moro / AuthJWT
Interface: AuthJWT
Defined in: src/types/auth.ts:127
Indexable
[key
: string
]: any
Properties
email?
optional
email:null
|string
Defined in: src/types/auth.ts:129
exp?
optional
exp:number
Defined in: src/types/auth.ts:133
iat?
optional
iat:number
Defined in: src/types/auth.ts:132
jti?
optional
jti:string
Defined in: src/types/auth.ts:134
name?
optional
name:null
|string
Defined in: src/types/auth.ts:128
picture?
optional
picture:null
|string
Defined in: src/types/auth.ts:130
sub?
optional
sub:string
Defined in: src/types/auth.ts:131