kSecSharedPassword

Static kSecSharedPassword 

Source
pub unsafe static kSecSharedPassword: &'static CFString
Available on crate feature SecSharedCredential only.
Expand description

Predefined key constants used to get values in a dictionary of credentials returned by SecRequestWebCredential.

shared password. You use this key to get a value of type CFStringRef that contains a password.

See also Apple’s documentation