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.
- 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.