AuthenticationType type

Defines values for AuthenticationType.
KnownAuthenticationType can be used interchangeably with AuthenticationType, this enum contains the known values that the service supports.

Known values supported by the service

AAD: Use AAD SSO to authenticate the user (this requires internet access).
Password: Use locally stored passwords to authenticate the user.

type AuthenticationType = string