OAuthContextUtility.TrySetAccessTokenValues method

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

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

See Also