AuthorizePage
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
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
at line 20
xelos_global_template|string|bool
get_page(mixed $subpage = false)
Standard Get Page Controller
at line 64
string
page_client()
Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth client (via oauth_client hook)
at line 42
string
page_overview()
Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth server
at line 53
string
page_revoke()
Endpoint for the revoke flow.