Authenticated subject information extracted from the JWT token

Hierarchy

Properties

aud: string

Audience of the token

Example

*
email?: string

Subject email

Example

john.doe@example.com
environmentId: string

Environment ID

exp: number

Expiration time (seconds since Unix epoch)

Example

1641566572
iat: number

Issued at (seconds since Unix epoch)

Example

1638974572
iss: string

Issuer of the token

Example

e.g. ax-id-service or ax-user-service
name: string

Subject name

Example

John Doe
sub: string

Subject identifier

Example

d68f0268-2703-49ef-9239-7391473fe77a
subjectType: SubjectType

Type of the subject

Example

UserAccount
tenantId: string

Tenant ID

Generated using TypeDoc