Contents

init(_:action:)

Creates a verify identity button that starts the identity authorization flow.

Declaration

nonisolated init(_ label: VerifyIdentityWithWalletButtonLabel = .verifyIdentity, action: @escaping () -> Void)

Parameters

  • label:

    The button’s label.

  • action:

    The action to perform when a person taps the button.

See Also

Creating the button