OAuthContextUtility.TrySetUnauthorizedRequestValues method

Tries to set the request token and token secret values from the specified HTTP response.

public static bool TrySetUnauthorizedRequestValues(OAuthContext context, Stream httpResponseStream)
parameter description
context The OAuth context.
httpResponseStream The HTTP response stream.

See Also