Axinom Mosaic Libraries
    Preparing search index...

    Interface PgAuthenticatedEndUserApplication

    This interface represents an authenticated end-user application. These will be tokens issued by the User Service.

    Having name and profileId is not mandatory for these tokens.

    interface PgAuthenticatedEndUserApplication {
        environmentId: string;
        name: string;
        sub: string;
        tenantId: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    environmentId: string
    name: string
    sub: string
    tenantId: string