Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

Class Web.Auth.Twitter

Inheritance graph
Web.Auth.OAuth.Client Web.Auth.OAuth2.Base Web.Auth.OAuth2.Client Web.Auth.OAuth.Authentication Web.Auth.Twitter
Description

Twitter authentication class


Constant ACCESS_TOKEN_URL

constant string Web.Auth.Twitter.ACCESS_TOKEN_URL

Description

The endpoint to send request for an access token


Constant REQUEST_TOKEN_URL

constant string Web.Auth.Twitter.REQUEST_TOKEN_URL

Description

The endpoint to send request for a request token


Constant USER_AUTH_URL

constant string Web.Auth.Twitter.USER_AUTH_URL

Description

The enpoint to redirect to when authenticating an application


Inherit Authentication

inherit Web.Auth.OAuth.Authentication : Authentication