CredentialValue

public class CredentialValue

Class represents the Credential value that can be used for token operations. It can be obtained by setting the credential (biometric or Pin) using requestCredential function of the Pin class.

Constructors

CredentialValue

public CredentialValue(CredentialValue object)

Methods

getCredentialType

public String getCredentialType()

Gets the credential type.

Returns:the credential type.

getFinger

public String getFinger()

Gets the finger used for the fingerprint operation

Returns:the finger used for taking the credential value.

getValue

public String getValue()

Gets the credential value that can be used in token operations.

Returns:the credential value that can be used in token operations.

resetCredentialValue

public void resetCredentialValue()

Resets the credential value.