Class Web.Auth.OAuth.Client
- Description
 OAuth client class.
- Note
 This class is of no use by it self. It's intended to be inherited by classes that uses OAuth authorization.
- Variable access_token_url
 protectedstringWeb.Auth.OAuth.Client.access_token_url- Description
 The endpoint to send request for an access token.
- Variable consumer
 protectedConsumerWeb.Auth.OAuth.Client.consumer- Description
 The consumer object.
- Variable request_token_url
 protectedstringWeb.Auth.OAuth.Client.request_token_url- Description
 The endpoint to send request for a request token.
- Variable token
 protectedTokenWeb.Auth.OAuth.Client.token- Description
 The token object.
- Variable user_auth_url
 protectedstringWeb.Auth.OAuth.Client.user_auth_url- Description
 The enpoint to redirect to when authorize an application.