authenticate
Authenticate a user.
Parameters
url
URL used to authenticate
passkey Id
The ID of the passkey with which to authenticate.
callback
fun authenticate(url: String, passkeyId: String, dispatcher: CoroutineDispatcher = Dispatchers.Default): Flow<Result<AuthenticateResponse>>
Authenticate a user.
Return
Parameters
url
URL used to authenticate
passkey Id
The ID of the passkey with which to authenticate.