PHP Класс Mollie\Laravel\MollieConnectProvider

Наследование: extends Laravel\Socialite\Two\AbstractProvider, implements Laravel\Socialite\Two\ProviderInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$scopeSeparator string The separating character for the requested scopes.
$scopes array The scopes being requested.

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

Метод Описание
getAccessToken ( string $code ) : string Get the access token for the given code.
getTokenFields ( string $code ) : array Get the POST fields for the token request.

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

Метод Описание
getAuthUrl ( string $state ) : string Get the authentication URL for the provider.
getTokenUrl ( ) : string Get the token URL for the provider.
getUserByToken ( string $token ) : array Get the raw user for the given access token.
mapUserToObject ( array $user ) : Laravel\Socialite\User Map the raw user array to a Socialite User instance.

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

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

Get the access token for the given code.
public getAccessToken ( string $code ) : string
$code string
Результат string

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

Get the authentication URL for the provider.
protected getAuthUrl ( string $state ) : string
$state string
Результат string

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

Get the POST fields for the token request.
public getTokenFields ( string $code ) : array
$code string
Результат array

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

Get the token URL for the provider.
protected getTokenUrl ( ) : string
Результат string

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

Get the raw user for the given access token.
protected getUserByToken ( string $token ) : array
$token string
Результат array

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

Map the raw user array to a Socialite User instance.
protected mapUserToObject ( array $user ) : Laravel\Socialite\User
$user array
Результат Laravel\Socialite\User

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

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

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

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

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