@valon-technologies/gestalt
    Preparing search index...

    Describes the credential Gestalt used to authorize the current request.

    interface Credential {
        mode: string;
        subjectId: string;
        connection: string;
        instance: string;
    }
    Index

    Properties

    mode: string
    subjectId: string
    connection: string
    instance: string