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

password

""

String

user

""


Property Descriptions

String password = "" 🔗

The user’s password.


String user = "" 🔗

The user identifier associated with the credential.