SetResponseOverrideBitsParameter

@Serializable
data class SetResponseOverrideBitsParameter(val authenticatorId: String, val isBogusSignature: Boolean? = null, val isBadUV: Boolean? = null, val isBadUP: Boolean? = null)

Constructors

Link copied to clipboard
constructor(authenticatorId: String, isBogusSignature: Boolean? = null, isBadUV: Boolean? = null, isBadUP: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val isBadUP: Boolean? = null

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

Link copied to clipboard
val isBadUV: Boolean? = null

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

Link copied to clipboard

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