PublicKeyCredentialRequestOptions

constructor(challenge: String, rpId: String, timeout: Long = 60000, userVerification: String = "required", allowCredentials: List<CredentialDescriptor> = emptyList(), extensions: WebAuthnExtensions? = null)