RequestAuthentication
public enum RequestAuthentication : Equatable, Hashable
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum TokenType : RawRepresentable, CustomStringConvertible, ExpressibleByStringLiteral, Equatable, Hashable
-
Undocumented
Declaration
Swift
case basic(username: String, password: String)
-
Undocumented
Declaration
Swift
case token(type: TokenType, value: String)
-
Undocumented
Declaration
Swift
public var headerKey: RequestHeaders.Key { get }
-
Undocumented
Declaration
Swift
public var headerValue: RequestHeaders.Value { get }
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func == (lhs: RequestAuthentication, rhs: RequestAuthentication) -> Bool