EOidcClientError Class
Exception raised when the authorization server returns an error response.
Remarks
Raised during authorization or token flows when the server response contains an error field. The Error and ErrorDescription values from the server response are combined into the exception message.
Syntax
Unit: Sphinx.OidcClient
EOidcClientError = class(EOidcClientException);
Constructors
| Name | Description |
|---|---|
| Create | Creates an EOidcClientError from an error code and description. |