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