There was an error while loading. Please reload this page.
Handles the complete OAuth process.
Starts the OAuth process.
Definition: public function authorize()
public function authorize()
Returns: void;
void;
Creates a provider-specific handler instance.
Definition: public function getProviderInstance()
public function getProviderInstance()
Returns: \League\OAuth2\Client\Provider\AbstractProvider|null Provider
\League\OAuth2\Client\Provider\AbstractProvider|null
Creates an AccessToken from given data.
Definition: public function getTokenInstance($data)
public function getTokenInstance($data)
Returns: \League\OAuth2\Client\Token\AccessToken The access token
\League\OAuth2\Client\Token\AccessToken
Parameters:
array $data
Checks if the given model has valid oauth data.
Definition: public function isAuthorized($model=false)
public function isAuthorized($model=false)
Returns: bool True or false
bool
OAuthStorageModel $model