Package-level declarations

Types

Link copied to clipboard
data class BiometricPromptTexts(val titleTxt: String, val subtitleTxt: String, val negativeButtonTxt: String)

Display text for the system biometric prompt shown during native biometric operations.

Link copied to clipboard
class TSBiometricsAuthResult(keyId: String, signature: String)

Result of a successful TSAuthentication.authenticateNativeBiometrics call. Contains the key ID and the challenge signed with the user's biometric key.

Link copied to clipboard

Error returned by TSAuthentication.registerNativeBiometrics.

Link copied to clipboard
class TSBiometricsRegistrationResult(keyId: String, publicKey: String, keyType: String, attestationData: ByteArray?)

The registration operation result

Link copied to clipboard

Error returned by TSAuthentication.unregisterNativeBiometrics.

Link copied to clipboard

Result of a successful TSAuthentication.unregisterNativeBiometrics call.

Link copied to clipboard

Result of a successful TSAuthentication.approvalNativeBiometrics call. Contains the key ID and the challenge signed with the user's biometric key.