@mywebapi.com/sdk - v0.1.0
    Preparing search index...

    Class OAuth2TokenError

    Hierarchy

    • Error
      • OAuth2TokenError
    Index

    Constructors

    • Parameters

      • opts: {
            errorCode?: string;
            errorDescription?: string;
            requestId?: string;
            status: number;
        }

      Returns OAuth2TokenError

    Properties

    errorCode: string | undefined
    errorDescription: string | undefined
    requestId: string | undefined
    status: number