Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Interface RegenerateUsersRecoveryCodeResponseContent

    interface RegenerateUsersRecoveryCodeResponseContent {
        recovery_code?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    recovery_code?: string

    New account recovery code.