Saltar al contenido
Abblix
Esta página aún no está traducida.

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