Namespace PushTechnology.DiffusionCore.Client.Types

Classes

CredentialsType

Type code indicated by the type of the credentials.

Interfaces

ICredentials

Immutable value containing the proof material to support an authentication request.

The server passes the credentials through to the configured authentication handlers for interpretation.

Credentials can be created using an ICredentialsFactory, an instance of which can be obtained as follows:

var factory = Diffusion.Credentials;

ICredentialsFactory

The interface for the factory of the standard credential types.

Back to top