CredentialSession.Event.credentialFinishedInstalling(credential:)
The session finished installing a credential.
Declaration
case credentialFinishedInstalling(credential: CredentialSession.Credential)Discussion
The associated value credential indicates which credential finished installing.
The CredentialSession.Credential object returned could be in:
CredentialSession.Credential.State.installed(instances:) if the installation succeeded
CredentialSession.Credential.State.installationFailed if the installation failed