react-native-auth0
    Preparing search index...

    Interface LoginWithSMSOptions

    The options for completing the passwordless login with SMS request

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

    Indexable

    • [key: string]: any
    Index

    Properties

    audience?: string

    Optional API audience to request

    code: string

    The code numeric value (OTP)

    headers?: Record<string, string>

    (Optional) Custom headers to include in the request.

    phoneNumber: string

    The phone number where the code was received

    scope?: string

    Optional scopes to request