Table of Contents

Enum UserAuthenticationType

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The user authentication type.

[Flags]
public enum UserAuthenticationType
Extension Methods

Fields

BasicAuthentication = 1

Basic authentication using username and password.

MyAdmin = 4

MyAdmin authentication. Typically this is reserved for re-sellers.

None = 0

None or unknown.

SAML = 8

SAML authentication.

ServiceAccount = 16

Service Account authentication using username and password.

[Obsolete("Windows-based authentication is not supported.", false)] WindowsAuthentication = 2

Authentication using Windows Domains.