Member Junction
    Preparing search index...

    Result of verifying a host-signed identity assertion. userInfo is present iff ok is true.

    interface HostAssertionVerifyResult {
        errorCode?: HostAssertionError;
        hostUserId?: string;
        ok: boolean;
        userInfo?: AuthUserInfo;
    }
    Index

    Properties

    errorCode?: HostAssertionError
    hostUserId?: string

    The host's opaque user id for the visitor (assertion sub) — audit correlation, not an MJ user id.

    ok: boolean
    userInfo?: AuthUserInfo