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

Наследование: extends Laravel\Socialite\One\AbstractProvider, use trait SocialiteProviders\Manager\ConfigTrait
Показать файл Открыть проект

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

Свойство Тип Описание
$credentialsResponseBody array
$stateless boolean Indicates if the session state should be utilized.

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

Метод Описание
redirect ( ) : RedirectResponse Redirect the user to the authentication page for the provider.
scopes ( array $scopes ) Set the scopes of the requested access.
serviceContainerKey ( $providerName )
setConfig ( SocialiteProviders\Manager\Contracts\ConfigInterface $config )
stateless ( $stateless = true ) Indicates that the provider should operate as stateless.
user ( )
with ( array $parameters ) Set the custom parameters of the request.

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

Метод Описание
getToken ( ) : League\OAuth1\Client\Credentials\TokenCredentials Get the token credentials for the request.
isStateless ( ) : boolean Determine if the provider is operating as stateless.

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

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

Get the token credentials for the request.
protected getToken ( ) : League\OAuth1\Client\Credentials\TokenCredentials
Результат League\OAuth1\Client\Credentials\TokenCredentials

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

Determine if the provider is operating as stateless.
protected isStateless ( ) : boolean
Результат boolean

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

Redirect the user to the authentication page for the provider.
public redirect ( ) : RedirectResponse
Результат Symfony\Component\HttpFoundation\RedirectResponse

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

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

serviceContainerKey() публичный статический Метод

public static serviceContainerKey ( $providerName )

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

public setConfig ( SocialiteProviders\Manager\Contracts\ConfigInterface $config )
$config SocialiteProviders\Manager\Contracts\ConfigInterface

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

Indicates that the provider should operate as stateless.
public stateless ( $stateless = true )

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

public user ( )

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

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

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

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

protected array $credentialsResponseBody
Результат array

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

Indicates if the session state should be utilized.
protected bool $stateless
Результат boolean