RestFailedAuthorization | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface RestFailedAuthorization

    Returned upon a failed autorization. May optionally contain a WebResponse to send to the user (if not set, a 401 Unauthorized error is returned)

    interface RestFailedAuthorization {
        authorized: false;
        response?: WebResponse;
    }
    Index

    Properties

    authorized: false
    response?: WebResponse