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

    Interface SubjectInput

    Subject payload authored by provider-side hooks.

    interface SubjectInput {
        id: string;
        credentialSubjectId?: string;
        email?: string;
        displayName?: string;
        scopes?: readonly string[];
        permissions?: readonly SubjectPermission[];
    }
    Index

    Properties

    id: string
    credentialSubjectId?: string
    email?: string
    displayName?: string
    scopes?: readonly string[]
    permissions?: readonly SubjectPermission[]