NetworkInputServerValidation

public enum NetworkInputServerValidation : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case checkCryptographyAndValidateName = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME"
  • Undocumented

    Declaration

    Swift

    case checkCryptographyOnly = "CHECK_CRYPTOGRAPHY_ONLY"
  • Declaration

    Swift

    public var description: String { get }