The LoginType can be one of:
Constant | Description |
---|---|
Enums.LoginTypeUnknown | (-1) Login type is unknown. |
Enums.LoginTypeOAuth | (0) Login uses an OAuth 2.0 based workflow. |
Enums.LoginTypeClientCertificate | (1) Login uses a digital certificate to identify the user. |
Enums.LoginTypeUsernamePassword | (2) Login uses a username and password to identify the user. |