class AuthorizePage extends Page

Class AuthorizePage

Properties

WebserviceController $mod
protected $default_page from  Page

Methods

xelos_global_template|string|bool
get_page(mixed $subpage = false)

Standard Get Page Controller

from  Page
string
page_client()

Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth client (via oauth_client hook)

string
page_overview()

Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth server

string
page_revoke()

Endpoint for the revoke flow.

Details

in Page at line 26
xelos_global_template|string|bool get_page(mixed $subpage = false)

Standard Get Page Controller

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 48
string page_client()

Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth client (via oauth_client hook)

Return Value

string

Exceptions

ContentException

at line 27
string page_overview()

Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth server

Return Value

string

Exceptions

ContentException

at line 37
string page_revoke()

Endpoint for the revoke flow.

Return Value

string