PHP Class SocialiteProviders\Manager\OAuth1\Server

Inheritance: extends League\OAuth1\Client\Server\Server, use trait SocialiteProviders\Manager\ConfigTrait
Afficher le fichier Open project: socialiteproviders/manager

Protected Properties

Свойство Type Description
$parameters array The custom parameters to be sent with the request.
$scopeSeparator string The separating character for the requested scopes.
$scopes array The scopes being requested.

Méthodes publiques

Méthode Description
getTokenCredentials ( League\OAuth1\Client\Credentials\TemporaryCredentials $temporaryCredentials, string $temporaryIdentifier, string $verifier ) : League\OAuth1\Client\Credentials\TokenCredentials Retrieves token credentials by passing in the temporary credentials, the temporary credentials identifier as passed back by the server and finally the verifier code.
scopes ( array $scopes ) Set the scopes of the requested access.
with ( array $parameters ) Set the custom parameters of the request.

Méthodes protégées

Méthode Description
formatScopes ( array $scopes, string $scopeSeparator ) : string Format the given scopes.

Method Details

formatScopes() protected méthode

Format the given scopes.
protected formatScopes ( array $scopes, string $scopeSeparator ) : string
$scopes array
$scopeSeparator string
Résultat string

getTokenCredentials() public méthode

Retrieves token credentials by passing in the temporary credentials, the temporary credentials identifier as passed back by the server and finally the verifier code.
public getTokenCredentials ( League\OAuth1\Client\Credentials\TemporaryCredentials $temporaryCredentials, string $temporaryIdentifier, string $verifier ) : League\OAuth1\Client\Credentials\TokenCredentials
$temporaryCredentials League\OAuth1\Client\Credentials\TemporaryCredentials
$temporaryIdentifier string
$verifier string
Résultat League\OAuth1\Client\Credentials\TokenCredentials

scopes() public méthode

Set the scopes of the requested access.
public scopes ( array $scopes )
$scopes array

with() public méthode

Set the custom parameters of the request.
public with ( array $parameters )
$parameters array

Property Details

$parameters protected_oe property

The custom parameters to be sent with the request.
protected array $parameters
Résultat array

$scopeSeparator protected_oe property

The separating character for the requested scopes.
protected string $scopeSeparator
Résultat string

$scopes protected_oe property

The scopes being requested.
protected array $scopes
Résultat array