deleteCredential(_:)
Deletes a credential on the Secure Element.
Declaration
func deleteCredential(_ credential: CredentialSession.Credential) async throwsParameters
- credential:
The credential to delete.
Mentioned in
Discussion
The most common errors are:
CredentialSession.ErrorCode.invalidSessionState: The session isn’t in the CredentialSession.State.management state.