@auth0/auth0-acul-react - v1.1.0
    Preparing search index...

    Interface LoginPayloadOptions

    Options for performing login operations

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

    Indexable

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

      Any additional custom options

    Index

    Properties

    username: string

    The username/email to login with

    password: string

    The password for authentication

    captcha?: string

    Optional captcha value if required