AuthenticationMethod
public enum AuthenticationMethod
The authentication methods currently supported.
-
Undocumented
Declaration
Swift
case none
-
Undocumented
Declaration
Swift
case basicAuthentication(username: String, password: String)
-
Undocumented
Declaration
Swift
case bearerToken(token: String)
-
Undocumented
Declaration
Swift
case custom(headerKey: String, headerValue: String)