authenticate

abstract suspend fun authenticate(parameters: Passkeys.AuthenticateParameters): AuthResponse

Authenticates a Passkey registration.

Return

AuthResponse

Parameters

parameters

required to authenticate a Passkey registration


abstract fun authenticate(parameters: Passkeys.AuthenticateParameters, callback: (AuthResponse) -> Unit)

Authenticates a Passkey registration.

Parameters

parameters

required to authenticate a Passkey registration

callback

a callback that receives a AuthResponse