kODAuthenticationTypeAPOP

Static kODAuthenticationTypeAPOP 

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

APOP authentication method.

APOP authentication method.

Authentication array has following items in order: user name in UTF8 encoding, server challenge in UTF8 encoding, client response in UTF8 encoding

See also Apple’s documentation