PROTOCOL
WebAuthnOperationModel
public protocol WebAuthnOperationModel: UIOperationModel
An operation that contains an interactionModel
, an optional errorInteractionModel
and a problem
. An actionModel
provides the necessary configuration that needs to
be used with the device's WebAuthn
functionality.
Properties
actionModel
var actionModel: any RepresentationActionModel
An action model that needs to be handled on the application.
buildParametersWrapper
var buildParametersWrapper: (WebAuthnOperationParametersModel) -> [String: Any]
closure handler that wraps the step build parameters method call without the need to store the step object itself. Not intended to be used directly.