PHP 클래스 Mollie\Laravel\MollieConnectProvider

상속: extends Laravel\Socialite\Two\AbstractProvider, implements Laravel\Socialite\Two\ProviderInterface
파일 보기 프로젝트 열기: mollie/laravel-mollie

보호된 프로퍼티들

프로퍼티 타입 설명
$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