Axinom Mosaic Libraries
    Preparing search index...

    Interface PgAuthenticatedEndUser

    This interface represents an authenticated subject of type End User. These will be tokens issued by the User Service.

    These authenticated subjects are not expected to have any permission structure.

    interface PgAuthenticatedEndUser {
        environmentId: string;
        name: string;
        profileId: string;
        sub: string;
        tenantId: string;
    }
    Index

    Properties

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