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

    Interface ContinueWithCodeOptionPayload

    ContinueWithCodeOptions description Options for the continueWithCode method on the Login Email Verification screen. This operation is used when the user submits the verification code they received via email to proceed with the authentication flow.

    interface ContinueWithCodeOptionPayload {
        code: string;
        [key: string]: undefined | string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    Properties

    code: string

    The verification code sent to the user's email. This is typically a short numeric or alphanumeric string that the user must enter into the form.

    "123456"
    
    "ABCXYZ"