Namespace PushTechnology.ClientInterface.Client.Security.Authentication

Interfaces

IAuthenticator

The authentication handler that processes authentication requests from the server.

IAuthenticatorCallback

The single-use callback provided to the Authenticate(String, ICredentials, IReadOnlyDictionary<String, String>, IReadOnlyDictionary<String, String>, IAuthenticatorCallback) call.

Back to top