• Delete a credential from storage.

    This function deletes a credential and its corresponding device key from the storage. It is idempotent, meaning calls to delete credentials that do not exist will not return an error.

    Parameters

    • credentialId: string

      The ID of the credential to delete.

    Returns Promise<Result<void, DeleteCredentialError>>

    Throws

    InvalidParams if the provided arguments are missing or invalid.

    Throws

    MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.

Generated using TypeDoc