CLASS
PasswordFormField
Contents
- Properties
value
- Methods
encode(to:)
public final class PasswordFormField: FormField, OptionalValueString
A password form field.
Properties
value
public let value: String?
The current value of the password field.
Methods
encode(to:)
override public func encode(to encoder: Encoder) throws