setResponseOverrideBits

suspend fun setResponseOverrideBits(args: WebAuthn.SetResponseOverrideBitsParameter, mode: CommandMode = CommandMode.DEFAULT)

Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.


suspend fun setResponseOverrideBits(authenticatorId: String, isBogusSignature: Boolean? = null, isBadUV: Boolean? = null, isBadUP: Boolean? = null)

Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.

Parameters

authenticatorId

No description

isBogusSignature

If isBogusSignature is set, overrides the signature in the authenticator response to be zero. Defaults to false.

isBadUV

If isBadUV is set, overrides the UV bit in the flags in the authenticator response to be zero. Defaults to false.

isBadUP

If isBadUP is set, overrides the UP bit in the flags in the authenticator response to be zero. Defaults to false.