improvement(Passkey): Accept decimal values of timeout(ms)
This commit is contained in:
parent
601984ac28
commit
8f3478a9a1
|
@ -136,5 +136,5 @@ data class CreatePasskey(
|
||||||
* The time (in milliseconds) that the user has to respond
|
* The time (in milliseconds) that the user has to respond
|
||||||
* to a prompt for registration before an error is returned.
|
* to a prompt for registration before an error is returned.
|
||||||
*/
|
*/
|
||||||
val timeout: Long? = null,
|
val timeout: Double? = null,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue