trustedDevices

The main entry point for trusted-device (biometric sign-in) credential operations.

Example usage:

// Enroll this device for biometric sign-in
Clerk.trustedDevices.enroll()

// Sign in with the enrolled credential
Clerk.trustedDevices.signIn()

See also

for all available trusted-device methods.