PHP Class OAuth2Plugin, vanilla

Expose the functionality of the core class Gdn_OAuth2 to create SSO workflows.
Inheritance: extends Gdn_OAuth2
Show file Open project: vanilla/vanilla

Protected Properties

Property Type Description
$settingsView Sets the settings view in the dashboard.

Public Methods

Method Description
__construct ( ) Set the key for saving OAuth settings in GDN_UserAuthenticationProvider

Method Details

__construct() public method

Set the key for saving OAuth settings in GDN_UserAuthenticationProvider
public __construct ( )

Property Details

$settingsView protected property

Sets the settings view in the dashboard.
protected $settingsView