Axinom Mosaic Libraries
    Preparing search index...

    Authenticated subject information extracted from the JWT token

    interface GenericAuthenticatedSubject {
        aud: string;
        email?: string;
        environmentId: string;
        exp: number;
        iat: number;
        iss: string;
        name: string;
        sub: string;
        subjectType: SubjectType;
        tenantId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aud: string

    Audience of the token

    *
    
    email?: string

    Subject email

    john.doe@example.com
    
    environmentId: string

    Environment ID

    exp: number

    Expiration time (seconds since Unix epoch)

    1641566572
    
    iat: number

    Issued at (seconds since Unix epoch)

    1638974572
    
    iss: string

    Issuer of the token

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

    Subject name

    John Doe
    
    sub: string

    Subject identifier

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

    Type of the subject

    UserAccount
    
    tenantId: string

    Tenant ID