AuthTypeValue
public enum AuthTypeValue : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case no = "no"
-
Undocumented
Declaration
Swift
case password = "password"
-
Declaration
Swift
public var description: String { get }