Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

ClientSecretAuthenticator Class

Serves as a base class for client authentication, utilizing client ID and secret. It validates clients against a known list of clients, ensuring that the client secret provided during the authentication process matches the stored secret for the client. This class supports various hash algorithms for secure secret comparison and handles client secret expiration.

C#
public abstract class ClientSecretAuthenticator

Inheritance System.Object → ClientSecretAuthenticator

Derived
ClientSecretBasicAuthenticator
ClientSecretPostAuthenticator