MonoCloud Authentication SDK
    Preparing search index...

    Props for the <SignUp /> component.

    interface SignUpProps {
        acrValues?: string[];
        display?: DisplayOptions;
        maxAge?: number;
        resource?: string;
        returnUrl?: string;
        scopes?: string;
        uiLocales?: string;
    }

    Hierarchy

    • Omit<ExtraAuthParams, "authenticatorHint" | "loginHint" | "prompt">
      • SignUpProps
    Index

    Properties

    acrValues?: string[]

    Authentication Context Class Reference (ACR) values requesting specific authentication assurance levels or methods.

    display?: DisplayOptions

    Preferred display mode for the authentication UI.

    maxAge?: number

    Maximum acceptable time (in seconds) since the user last authenticated. If exceeded, the user may be required to sign in again.

    resource?: string

    Space-separated list of resource indicators that scope the issued access token.

    returnUrl?: string

    URL to redirect to after successful sign-up.

    scopes?: string

    Space-separated list of scopes requested during authentication.

    uiLocales?: string

    Preferred UI language.