AuthTypeValue

public enum AuthTypeValue : String, CustomStringConvertible, Codable

Undocumented

  • no

    Undocumented

    Declaration

    Swift

    case no = "no"
  • Undocumented

    Declaration

    Swift

    case password = "password"
  • Declaration

    Swift

    public var description: String { get }