Documentation

EasyBlogControllerOAuth extends EasyBlogController
in package

Table of Contents

Properties

$acl  : mixed
$config  : mixed
$doc  : mixed
$info  : mixed
$my  : mixed

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

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
since
4.0
access

public

getReturnURL()

Determines if we should be retrieving the return url

public getReturnURL() : mixed
Tags
since
5.1
access

public

grant()

Responsible to receive the incoming redirection from the respective oauth sites

public grant() : mixed
Tags
since
5.1
access

public

grantGoogle()

Authentication request for Google

public grantGoogle() : mixed
Tags
since
6.0
access

public

request()

Requests a token from the respective oauth client

public request() : mixed
Tags
since
5.1
access

public

requestGoogle()

Authentication request for Google

public requestGoogle() : mixed
Tags
since
6.0
access

public

requestLinkedin()

Authentication request for LinkedIn

public requestLinkedin() : mixed
Tags
since
5.2.5
access

public

revoke()

Revokes the user's oauth access

public revoke() : mixed
Tags
since
5.1
access

public


        
On this page

Search results