Sign in

Error Class: MonoCloudOPError

OAuth error returned by the authorization server during an authentication or token request.

These errors correspond to standard OAuth / OpenID Connect error responses such as invalid_request, access_denied, or invalid_grant.

Constructors

Constructor

new MonoCloudOPError(error: string, errorDescription?: string): MonoCloudOPError

Parameters

ParameterType
errorstring
errorDescription?string

Returns

MonoCloudOPError

Overrides

MonoCloudAuthBaseError.constructor

Properties

PropertyTypeDescription
errorstringOAuth error code returned by the authorization server.
errorDescription?stringHuman-readable description of the error.
© 2024 MonoCloud. All rights reserved.