Table of Contents

TOidcClient.ClientSecret Property

Gets or sets the client secret used to authenticate with the token endpoint.

Remarks

Required for confidential clients (e.g., the client credentials flow or code flow without PKCE). Leave empty for public clients that rely on PKCE instead.

Syntax

Unit: Sphinx.OidcClient

property TOidcClient.ClientSecret: string

See also