Class Web.Auth.OAuth.Consumer
- Description
An OAuth user
- Variable callback
string|Standards.URI Web.Auth.OAuth.Consumer.callback
- Description
Callback url that the remote verifying page will return to.
- Variable key
string Web.Auth.OAuth.Consumer.key
- Description
Consumer key
- Variable secret
string Web.Auth.OAuth.Consumer.secret
- Description
Consumer secret
- Method create
Web.Auth.OAuth.Consumer Web.Auth.OAuth.Consumer(string key, string secret, void|string|Standards.URI callback)
- Description
Creates a new Consumer object.
- Parameter callback
NOTE: Has no effect in this implementation.