OAuth2HTTPMethod public enum OAuth2HTTPMethod: String HTTP methods for auth requests. GET GET is the HTTP method of choice. Declaration Swift case GET = "GET" POST This is a POST method. Declaration Swift case POST = "POST"