DeleteBiometricCredentialResponse

data class DeleteBiometricCredentialResponse(val isSuccess: Boolean)

Data class representing the response of an delete biometric credential operation.

Constructors

Link copied to clipboard
constructor(isSuccess: Boolean)

Properties

Link copied to clipboard

True if the delete biometric credential operation was successful, false otherwise.