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¶
String |
|
|
String |
|
Property Descriptions¶
String password = "" 🔗
String get_password()
The user’s password.
String user = "" 🔗
String get_user()
The user identifier associated with the credential.