biometricCredentials
The main entry point for biometric credential operations.
Example usage:
// Enroll this device for biometric sign-in
Clerk.biometricCredentials.enroll()
// Sign in with the enrolled credential
Clerk.biometricCredentials.signIn()Content copied to clipboard
See also
for all available biometric-credential methods.