AuthPasskeyApi
Interface for interacting with the Supabase Passkey API
Functions
Link copied to clipboard
List all passkeys for the current user.
Link copied to clipboard
abstract suspend fun startAuthentication(builder: PasskeyAuthenticationBuilder.() -> Unit = {}): PasskeyAuthenticationOptionsResponse
Start passkey authentication.
Link copied to clipboard
Start passkey registration for the current authenticated user.
Link copied to clipboard
Delete a passkey.
Link copied to clipboard
Verify passkey authentication and create a session.
Link copied to clipboard
abstract suspend fun verifyRegistration(challengeId: String, credential: String): PasskeyRegistrationVerifyResponse
Verify passkey registration with the credential response.