STRUCT
FormAction.Properties
Contents
- Properties
authenticatorTyperawJsonString
 - Methods
==(_:_:)
 
public struct Properties: Codable, Equatable
Additional properties for a FormAction.
Properties
authenticatorType
public let authenticatorType: String
The type of the authenticator to which this action is related, if applicable.
rawJsonString
public let rawJsonString: String
The raw properties from the representation.
Methods
==(::)
public static func == (lhs: Properties, rhs: Properties) -> Bool
Parameters
| Name | Description | 
|---|---|
| lhs | A value to compare. | 
| rhs | Another value to compare. |