AuthType
public enum AuthType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case oauth = "OAUTH" -
Undocumented
Declaration
Swift
case basicAuth = "BASIC_AUTH" -
Undocumented
Declaration
Swift
case personalAccessToken = "PERSONAL_ACCESS_TOKEN" -
Declaration
Swift
public var description: String { get }
View on GitHub
AuthType Enumeration Reference