PHP Класс SocialiteProviders\Manager\OAuth1\Server

Наследование: extends League\OAuth1\Client\Server\Server, use trait SocialiteProviders\Manager\ConfigTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
formatScopes ( array $scopes, string $scopeSeparator ) : string Format the given scopes.

Описание методов

formatScopes() защищенный Метод

Format the given scopes.
protected formatScopes ( array $scopes, string $scopeSeparator ) : string
$scopes array
$scopeSeparator string
Результат string

getTokenCredentials() публичный Метод

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
Результат League\OAuth1\Client\Credentials\TokenCredentials

scopes() публичный Метод

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

with() публичный Метод

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

Описание свойств

$parameters защищенное свойство

The custom parameters to be sent with the request.
protected array $parameters
Результат array

$scopeSeparator защищенное свойство

The separating character for the requested scopes.
protected string $scopeSeparator
Результат string

$scopes защищенное свойство

The scopes being requested.
protected array $scopes
Результат array