authenticationType property
The authentication type of the user on the device.
Optional. Possible string values are:
- "AUTHENTICATION_TYPE_UNSPECIFIED" : Unspecified. Defaults to AUTHENTICATION_TYPE_NOT_ENFORCED.
- "AUTHENTICATION_TYPE_NOT_ENFORCED" : Authentication status of user on device is not enforced.
- "GOOGLE_AUTHENTICATED" : Requires device to be managed with a Google authenticated account.
Implementation
core.String? authenticationType;