EasyBlogControllerOAuth
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- grant() : mixed
- Responsible to receive the incoming redirection from the respective oauth sites
- grantGoogle() : mixed
- Authentication request for Google
- request() : mixed
- Requests a token from the respective oauth client
- requestGoogle() : mixed
- Authentication request for Google
- requestLinkedin() : mixed
- Authentication request for LinkedIn
- revoke() : mixed
- Revokes the user's oauth access
Properties
$acl
public
mixed
$acl
= \null
$config
public
mixed
$config
= \null
$doc
public
mixed
$doc
= \null
$info
public
mixed
$info
= \null
$my
public
mixed
$my
= \null
Methods
__construct()
public
__construct([mixed $options = array() ]) : mixed
Parameters
- $options : mixed = array()
display()
Override parent's display method
public
display([mixed $cachable = false ][, mixed $urlparams = array() ]) : mixed
Parameters
- $cachable : mixed = false
- $urlparams : mixed = array()
Tags
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
grant()
Responsible to receive the incoming redirection from the respective oauth sites
public
grant() : mixed
Tags
grantGoogle()
Authentication request for Google
public
grantGoogle() : mixed
Tags
request()
Requests a token from the respective oauth client
public
request() : mixed
Tags
requestGoogle()
Authentication request for Google
public
requestGoogle() : mixed
Tags
requestLinkedin()
Authentication request for LinkedIn
public
requestLinkedin() : mixed
Tags
revoke()
Revokes the user's oauth access
public
revoke() : mixed