Table of Contents

TAuthState.CodeVerifier Property

Gets or sets the PKCE code verifier generated for this flow.

Remarks

The verifier is a high-entropy random string. It is sent to the token endpoint during code exchange so the server can confirm it matches the CodeChallenge submitted with the original authorization request.

Syntax

Unit: Sphinx.OidcClient.AuthState

property TAuthState.CodeVerifier: string

See also