pub unsafe static kODAuthenticationTypeMSCHAP2: Option<&'static ODAuthenticationType>Available on crate feature
CFOpenDirectoryConstants only.Expand description
MS-CHAP2 is a mutual authentication method.
MS-CHAP2 is a mutual authentication method. The plug-in will generate the data to send back to the client and put it in the continue items array.
Authentication array has following items in order: user name in UTF8 encoding, server challenge, peer challenge, client’s digest, client’s user name (the name used for MS-CHAPv2, usually the first short name)
Continue items array contains: digest for the client’s challenge
See also Apple’s documentation