HTTP method to use for OAuth request, also
specifies the format for the authentication parameters.
| C# | Visual Basic | Visual C++ |
public enum AuthenticationMethod
Public Enumeration AuthenticationMethod
public enum class AuthenticationMethod
| Member | Description |
|---|---|
| Header |
Authenticate using the HTTP header.
|
| Post |
Authenticate using the HTTP POST method.
|
| Get |
Authenticate using the HTTP GET method.
|