Class Web.Auth.OAuth2.Client
- Description
This class is intended to be extended by classes implementing different OAuth2 services.
- Constant DEFAULT_SCOPE
protected
constantint
Web.Auth.OAuth2.Client.DEFAULT_SCOPE
- Description
Scope to set if none is set.
- Constant OAUTH_AUTH_URI
constant
int
Web.Auth.OAuth2.Client.OAUTH_AUTH_URI
- Description
Authorization URI.
- Constant OAUTH_TOKEN_URI
constant
int
Web.Auth.OAuth2.Client.OAUTH_TOKEN_URI
- Description
Request access token URI.
- Inherit Base
inherit Base : Base