Enum UserAuthenticationType
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The user authentication type.
[Flags]
public enum UserAuthenticationType
- Extension Methods
Fields
BasicAuthentication = 1Basic authentication using username and password.
MyAdmin = 4MyAdmin authentication. Typically this is reserved for re-sellers.
None = 0None or unknown.
SAML = 8SAML authentication.
ServiceAccount = 16Service Account authentication using username and password.
[Obsolete("Windows-based authentication is not supported.", false)] WindowsAuthentication = 2Authentication using Windows Domains.