Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.IAuthControlFeatureHandler Interface Reference

The callback handler interface for the auth control feature. More...

Public Member Functions

void OnClientCredentialsSupplied (IClientSession client, ICredentials credentials)
 Notifies credentials supplied. More...
 

Detailed Description

The callback handler interface for the auth control feature.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IAuthControlFeatureHandler.OnClientCredentialsSupplied ( IClientSession  client,
ICredentials  credentials 
)

Notifies credentials supplied.

This will be called for any credentials passed upon connection of the client session and also if the client sends any new credentials after connection.

This may use the IClientControl feature if the credentials are invalid.

Parameters
clientThe client session.
credentialsThe credentials.

The documentation for this interface was generated from the following file: