CLASS

PasswordFormField

Contents

swift
public final class PasswordFormField: FormField, OptionalValueString

A password form field.

Properties

value

swift
public let value: String?

The current value of the password field.

Methods

encode(to:)

swift
override public func encode(to encoder: Encoder) throws