Class Web.Auth.OAuth2.Client

Inheritance graph
Description

This class is intended to be extended by classes implementing different OAuth2 services.


Inherit Base

inherit Base : Base


Constant DEFAULT_SCOPE

protected constant int 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.