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

    Interface CreatePhoneProviderSendTestResponseContent

    interface CreatePhoneProviderSendTestResponseContent {
        code?: number;
        message?: string;
    }
    Index

    Properties

    Properties

    code?: number

    The status code of the operation.

    message?: string

    The description of the operation status.