MonoCloud Authentication SDK
    Preparing search index...
    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[]

    An array of authentication context class references (ACRs).

    display?: DisplayOptions

    The desired user interface mode

    maxAge?: number

    Maximum allowed time in seconds since the last End-User authentication.

    resource?: string

    Space-separated list of resources the access token should be scoped to

    returnUrl?: string

    URL to redirect to after a successful sign-up.

    scopes?: string

    Space-separated list of scopes requested from the authorization server

    uiLocales?: string

    User's preferred languages and scripts for the user interface