Class CredentialsType
- Namespace
- PushTechnology.DiffusionCore.Client.Types
- Assembly
- Diffusion.Client.dll
Type code indicated by the type of the credentials.
public class CredentialsType : ByteCodeEnum<CredentialsType>
- Inheritance
-
CredentialsType
- Inherited Members
Fields
CUSTOM
Application-specific credentials.
public static readonly CredentialsType CUSTOM
Field Value
- CredentialsType
The credentials type for application-specific credentials.
NONE
No credentials are supplied. This is used for anonymous session creation. It may also be supported by authentication handlers that allow identity to be changed without further credentials.
public static readonly CredentialsType NONE
Field Value
- CredentialsType
The credentials type when no credentials are supplied.
PLAIN_PASSWORD
A plaintext password, encoded with UTF-8.
public static readonly CredentialsType PLAIN_PASSWORD
Field Value
- CredentialsType
The credentials type for plaintext password.