Builder

class Builder(val authenticatorId: AuthenticatorId)

A builder for SetResponseOverrideBitsRequest, which allows setting the optional parameters of the WebAuthnDomain.setResponseOverrideBits command via a lambda.

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

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

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.

Functions

Link copied to clipboard