Member Junction
    Preparing search index...

    Minimal user identity passed to the guard. This is the auth-provider-level info available at guard-call time. Guards that need the full MJ UserInfo should read Metadata().CurrentUser (available in the success path) or query the server directly.

    interface PreShellGuardUserInfo {
        email: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    email: string
    id: string
    name: string