Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Class Web.Auth.OAuth2.Client

Inheritance graph
Web.Auth.OAuth2.Base Web.Auth.OAuth2.Client Web.Auth.Facebook Web.Auth.Github Web.Auth.Google.Authorization Web.Auth.Instagram Web.Auth.Linkedin Web.Auth.OAuth.Authentication
Description

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


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.


Inherit Base

inherit Base : Base