bindPasskey

Bind a passkey to this device.

Parameters

url

URL used to bind a passkey to this device


fun bindPasskey(url: String, dispatcher: CoroutineDispatcher = Dispatchers.Default): Flow<Result<BindPasskeyResponse>>

Bind a passkey to this device.

Return

Flow with Result of BindPasskeyResponse or Throwable

Parameters

url

URL used to bind a passkey to this device