We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initializes the OAuth module.
Definition: public function oauth_init()
public function oauth_init()
Returns: void
void
Starts OAuth process.
Definition: public function oauth_authorize($local_id, $provider_name, $provider_config)
public function oauth_authorize($local_id, $provider_name, $provider_config)
Parameters:
mixed $local_id Local user identifier
mixed $local_id
string $provider_name Name of the OAuth provider to be used
string $provider_name
array $provider_config Provider specific config (key-value-pairs)
array $provider_config
Add an OAuth provider config.
Definition: public function oauth_add_config($provider_name, $client_id, $client_secret, $options)
public function oauth_add_config($provider_name, $client_id, $client_secret, $options)
string $provider_name Name of the OAuth provider
string $client_id Client ID
string $client_id
string $client_secret Client Secret
string $client_secret
array $options More (optional) options
array $options