@gradientedge/commercetools-utils
    Preparing search index...

    Interface ExternalOAuthFailedError

    Returned when an external OAuth Introspection endpoint does not return a response within the time limit, or the response isn't compliant with RFC 7662 (for example, an HTTP status code like 500).

    interface ExternalOAuthFailedError {
        code: "ExternalOAuthFailed";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ExternalOAuthFailed"

    Error identifier.

    message: string

    Plain text description detailing the external OAuth error. For example, "External OAuth did not respond in time.".