ASCredentialDataManager
This class allows submitting credentials and events to any credential manager enabled on the system.
Declaration
final class ASCredentialDataManagerOverview
By informing credential managers of new, updated, removed, or revoked credentials, they can stay synchronized with the credential information of the person using the device.
In order to protect the user’s privacy, ASCredentialDataManager does not indicate whether the operation succeeded. A successful call only indicates that the parameters passed were well formed.
Topics
Initializers
Instance Methods
reportAllAcceptedPublicKeyCredentials(relyingPartyIdentifier:userHandle:acceptedCredentialIDs:)reportPublicKeyCredentialUpdate(relyingPartyIdentifier:userHandle:newName:)reportUnknownPublicKeyCredential(relyingPartyIdentifier:credentialID:)reportUnusedPasswordCredential(domain:userName:)save(password:for:title:anchor:)