Table of Contents

EOidcClientError.Create Constructor

Creates an EOidcClientError from an error code and description.

Syntax

Unit: Sphinx.OidcClient

constructor EOidcClientError.Create(const Error: string; const ErrorDescription: string);

Parameters

<-> Parameter Type Description
const Error string The OAuth2/OIDC error code returned by the server.
const ErrorDescription string The human-readable description of the error.

See also