Enum Authentication.Types.Mechanism
Mechanism(s) used to authenticate.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Authentication.Types.Mechanism
Fields
| Name | Description |
|---|---|
| BadgeReader | Badge reader authentication |
| Batch | Batch authentication. |
| Biometric | Biometric device such as a fingerprint reader. |
| CachedInteractive | Interactive authentication using cached credentials. |
| CachedRemoteInteractive | Cached Remote Interactive authentication using cached credentials. |
| CachedUnlock | Cached Remote Interactive authentication using cached credentials. |
| HardwareKey | Hardware key authentication. |
| Interactive | Interactive authentication. |
| Local | Local authentication. |
| Network | Network authentication. |
| NetworkClearText | Network clear text authentication. |
| NewCredentials | Authentication with new credentials. |
| Other | Some other mechanism that is not defined here. |
| Otp | OTP authentication. |
| Remote | Remote authentication. |
| RemoteInteractive | RDP, Terminal Services, or VNC. |
| Service | Service authentication |
| Unlock | Direct human-interactive unlock authentication. |
| Unspecified | The default mechanism. |
| UsernamePassword | Username + password authentication. |
| Wearable | Wearable such as an Apple Watch. |