Table of Contents

Sphinx.OidcClient Namespace

Classes

Name Description
EOidcClientError Exception raised when the authorization server returns an error response.
EOidcClientException Base exception class for all OIDC client errors.
TClientAuthResponse Holds the raw parameters returned by the authorization server in a redirect callback.
TOidcClient Client for performing OpenID Connect (OIDC) and OAuth2 authorization flows.
TProviderInformation Holds the endpoint URLs for an OpenID Connect provider.

Anonymous methods

Name Description
THttpClientProc Callback invoked after an THttpClient instance is created, allowing custom configuration before it is used to make requests.
TValidateIssuerProc Callback for custom issuer validation during ID token processing.