Table of Contents

TOidcClient.ProviderInfo Property

Gets the provider information object that holds the endpoint URLs used by this client.

Remarks

When AutoDiscover is False, set ProviderInfo.AuthorizationEndpoint, ProviderInfo.TokenEndpoint, and optionally ProviderInfo.EndSessionEndpoint before starting any flow.

Syntax

Unit: Sphinx.OidcClient

property TOidcClient.ProviderInfo: TProviderInformation

See also