ASPasswordCredential¶
Inherits: RefCounted < Object
Represents a password credential.
Description¶
This class contains a user identifier and password, typically retrieved from the iCloud Keychain when the user selects a saved password.
Properties¶
|
||
|
Property Descriptions¶
String get_password()
The user’s password.
String get_user()
The user identifier associated with the credential.