react-native-auth0
    Preparing search index...

    Interface ResetPasswordOptions

    Options for resetting a user's password.

    interface ResetPasswordOptions {
        connection: string;
        email: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    connection: string

    The name of the database connection of the user

    email: string

    The user's email