Passkey Authentication
Register or login a user using passkeys on Android
Register a new user with a passkey
To create a new user account with a passkey, pass the user’s email address or phone number to passage.registerWithPasskey
:
Log in an existing user with a passkey
To log in an existing user with a passkey, call passage.loginWithPasskey
. You can call this method with or without an identifier:
Last updated