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
System.String clientID

The client ID.

System.String clientSecret

The client secret.

System.String clientSecretToVerify

The client secret to verify.

Returns
Type Description
System.Boolean

true if the client secret is verified; otherwise false.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.