Skip to content

shared-types


Interface: AuthTokenAdditionals

Defined in: lib/types/AuthToken.ts:13

Additional claims supported by OpenPRA tokens.

Properties

email?

optional email: string

Defined in: lib/types/AuthToken.ts:16


orig_iat?

optional orig_iat: number

Defined in: lib/types/AuthToken.ts:17


roles?

optional roles: string[]

Defined in: lib/types/AuthToken.ts:18


user_id?

optional user_id: number

Defined in: lib/types/AuthToken.ts:14


username?

optional username: string

Defined in: lib/types/AuthToken.ts:15