Basically I am referring to this scenario:
oauth.googlecode.com/svn/spec/ext/c
...
Where there is no token, and we are just producing an oauth_signature based on the Signature Base String (which is the normalized http(s) string).
It is a very simple scenario, very similar to a username/password authentication, with just the signature added, so the password is not in clear.
Would your class support this?
Thanks!