toggle menu
ktgbotapi
js
switch theme
search in API
tgbotapi.webapps
/
dev.inmo.tgbotapi.webapps.biometric
Package-level
declarations
Types
Functions
Types
Biometric
Authenticate
Params
Link copied to clipboard
external
interface
BiometricAuthenticateParams
Biometric
Manager
Link copied to clipboard
external
interface
BiometricManager
Biometric
Request
Access
Params
Link copied to clipboard
external
interface
BiometricRequestAccessParams
Biometric
Type
Link copied to clipboard
@
Serializable
value
class
BiometricType
(
val
title
:
String
)
Device
Id
Link copied to clipboard
@
Serializable
value
class
DeviceId
(
val
string
:
String
)
Functions
authenticate
Suspend
Link copied to clipboard
suspend
fun
BiometricManager
.
authenticateSuspend
(
params
:
BiometricAuthenticateParams
)
:
String
?
Biometric
Authenticate
Params
Link copied to clipboard
fun
BiometricAuthenticateParams
(
reason
:
String
?
=
null
)
:
BiometricAuthenticateParams
Biometric
Request
Access
Params
Link copied to clipboard
fun
BiometricRequestAccessParams
(
reason
:
String
?
=
null
)
:
BiometricRequestAccessParams
init
Suspend
Link copied to clipboard
suspend
fun
BiometricManager
.
initSuspend
(
)
request
Access
Suspend
Link copied to clipboard
suspend
fun
BiometricManager
.
requestAccessSuspend
(
params
:
BiometricRequestAccessParams
)
:
Boolean
update
Biometric
Token
Suspend
Link copied to clipboard
suspend
fun
BiometricManager
.
updateBiometricTokenSuspend
(
token
:
String
)
:
Boolean