deleteCredential
TransactionId deleteCredential(Credential credential)
Deletes the specified Credential, completing or terminating its lifecycle and returning a transaction identifier used as input for any potential further steps that may be required for Credential deletion. The transaction identifier that is returned must have the default type: Transaction. This entry point may result in the following processes:
-
To retrieve External Operation(s) by calling:
CopygetNextExternalOperations(TransactionId, ExternalOperation[])
-
To externally process the External Operation(s)
-
To return the results to the Credential Provider by calling:
CopygetNextExternalOperations(TransactionId, ExternalOperation[])
If no External Operations are pending, the final unique credential can be retrieved by calling commitCredentialTransaction(TransactionId).
Parameter |
Description |
---|---|
credential |
Identifies the Credential to be deleted. |