react-native-auth0
    Preparing search index...

    Interface PasswordlessWithEmailOptions

    Options for requesting passwordless login using email

    interface PasswordlessWithEmailOptions {
        authParams?: object;
        email: string;
        send?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    authParams?: object

    Optional parameters, used when strategy is 'linḱ'

    email: string

    The email to send the link/code to

    send?: string

    The passwordless strategy, either 'link' or 'code'