Utility methods for dealing with an OAuthContext.
public static class OAuthContextUtility
| name | description |
|---|---|
| static GetParameters(…) | Creates a dictionary from the specified HTTP response body content. |
| static TryGetAcessTokenRequestHeaderParameters(…) | Tries to get the acess token request header parameters. |
| static TrySetAccessTokenValues(…) | Tries to set the access token and token secret values from the specified HTTP response. |
| static TrySetUnauthorizedRequestValues(…) | Tries to set the request token and token secret values from the specified HTTP response. |