react-native-auth0
    Preparing search index...

    Interface PasswordlessWithSMSOptions

    Options for requesting passwordless login using SMS

    interface PasswordlessWithSMSOptions {
        authParams?: object;
        phoneNumber: string;
        send?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    authParams?: object

    Optional passwordless parameters

    phoneNumber: string

    The phone number to send the link/code to

    send?: string

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