@auth0/auth0-acul-js - v0.1.0-beta.9
    Preparing search index...

    Interface SignupPayloadOptions

    interface SignupPayloadOptions {
        captcha?: string;
        email?: string;
        password?: string;
        phoneNumber?: string;
        username?: string;
        [key: string]: string | number | boolean | undefined;
    }

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    captcha?: string
    email?: string
    password?: string
    phoneNumber?: string
    username?: string