React Native Auth0 - v5.0.0-beta.4
    Preparing search index...

    Interface PasswordlessEmailParameters

    Parameters for initiating passwordless login with an email.

    interface PasswordlessEmailParameters {
        headers?: Record<string, string>;
        email: string;
        send?: "code" | "link";
        authParams?: object;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    headers?: Record<string, string>

    Optional custom headers to be included in the request.

    email: string
    send?: "code" | "link"
    authParams?: object