Interface: AuthTokenAdditionals
Defined in: lib/types/AuthToken.ts:13
Additional claims supported by OpenPRA tokens.
Properties
email?
optionalemail:string
Defined in: lib/types/AuthToken.ts:16
orig_iat?
optionalorig_iat:number
Defined in: lib/types/AuthToken.ts:17
roles?
optionalroles:string[]
Defined in: lib/types/AuthToken.ts:18
user_id?
optionaluser_id:number
Defined in: lib/types/AuthToken.ts:14
username?
optionalusername:string
Defined in: lib/types/AuthToken.ts:15
