OAuth2HTTPMethod

public enum OAuth2HTTPMethod : String

HTTP methods for auth requests.

  • GET

    “GET” is the HTTP method of choice.

    Declaration

    Swift

    case GET = "GET"
  • This is a “POST” method.

    Declaration

    Swift

    case POST = "POST"