removeRegistration
Removes the locally stored biometric registration keypair from this device. This is a local-only operation — it does not make a network call and does not remove the registration from the Stytch backend. Requires an active session.
Kotlin:
StytchConsumer.biometrics.removeRegistration()Content copied to clipboard
iOS:
let success = try await StytchConsumer.biometrics.removeRegistration()Content copied to clipboard
React Native:
StytchConsumer.biometrics.removeRegistration()Content copied to clipboard
Return
true if the local registration was successfully removed.
Throws
if no active session is present.
if the coroutine is cancelled.