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

    Interface IdentityCallContext

    Call context passed to grant-management handlers.

    interface IdentityCallContext {
        callerBearerToken: string;
        callerProofSubjectId?: string;
    }
    Index

    Properties

    callerBearerToken: string
    callerProofSubjectId?: string