@tauri-apps/plugin-biometric - v2.3.0
Tauri Docs
GitHub
Preparing search index...
Status
Interface Status
interface
Status
{
isAvailable
:
boolean
;
biometryType
:
BiometryType
;
error
?:
string
;
errorCode
?:
|
"appCancel"
|
"authenticationFailed"
|
"invalidContext"
|
"notInteractive"
|
"passcodeNotSet"
|
"systemCancel"
|
"userCancel"
|
"userFallback"
|
"biometryLockout"
|
"biometryNotAvailable"
|
"biometryNotEnrolled"
;
}
Index
Properties
is
Available
biometry
Type
error?
error
Code?
Properties
is
Available
isAvailable
:
boolean
biometry
Type
biometryType
:
BiometryType
Optional
error
error
?:
string
Optional
error
Code
errorCode
?:
|
"appCancel"
|
"authenticationFailed"
|
"invalidContext"
|
"notInteractive"
|
"passcodeNotSet"
|
"systemCancel"
|
"userCancel"
|
"userFallback"
|
"biometryLockout"
|
"biometryNotAvailable"
|
"biometryNotEnrolled"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Available
biometry
Type
error
error
Code
Tauri Docs
GitHub
@tauri-apps/plugin-biometric - v2.3.0
Loading...