kODAuthenticationTypeNodeNativeNoClearText

Static kODAuthenticationTypeNodeNativeNoClearText 

Source
pub unsafe static kODAuthenticationTypeNodeNativeNoClearText: Option<&'static ODAuthenticationType>
Available on crate feature CFOpenDirectoryConstants only.
Expand description

The plug-in should determine which specific authentication method to use.

The plug-in should determine which specific authentication method to use.

Authentication array has following items in order: user name in UTF8 encoding, password in UTF8 encoding

The plug-in must not use an authentication method that sends the password in cleartext.

See also Apple’s documentation