Show / Hide Table of Contents

Interface IClientSecretVerifier

Verify OpenID client secrets.

Namespace: ComponentSpace.OpenID.Security
Assembly: ComponentSpace.OpenID.dll
Syntax
public interface IClientSecretVerifier

Methods

VerifyClientSecret(string?, string?, string?)

Verifies the client secret.

Declaration
bool VerifyClientSecret(string? clientID, string? clientSecret, string? clientSecretToVerify)
Parameters
Type Name Description
string clientID

The client ID.

string clientSecret

The client secret.

string clientSecretToVerify

The client secret to verify.

Returns
Type Description
bool

true if the client secret is verified; otherwise false.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.