react-native-auth0
    Preparing search index...

    Interface LoginWithEmailOptions

    The options for completing the passwordless login with email request

    interface LoginWithEmailOptions {
        audience?: string;
        code: string;
        email: string;
        headers?: Record<string, string>;
        scope?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    audience?: string

    The API audience to request

    code: string

    The code numeric value (OTP)

    email: string

    The email where the link/code was received

    headers?: Record<string, string>

    (Optional) Custom headers to include in the request.

    scope?: string

    The scopes to request