PHP 클래스 fkooman\OAuth\Client\Callback

파일 보기 프로젝트 열기: fkooman/php-oauth-client 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $clientConfigId, fkooman\OAuth\Client\ClientConfigInterface $clientConfig, fkooman\OAuth\Client\StorageInterface $tokenStorage, fkooman\OAuth\Client\HttpClientInterface $httpClient )
getClientConfig ( )
getClientConfigId ( )
getHttpClient ( )
getTokenStorage ( )
handleCallback ( array $query )
setClientConfig ( fkooman\OAuth\Client\ClientConfigInterface $clientConfig )
setClientConfigId ( $clientConfigId )
setHttpClient ( fkooman\OAuth\Client\HttpClientInterface $httpClient )
setTokenStorage ( fkooman\OAuth\Client\StorageInterface $tokenStorage )

메소드 상세

__construct() 공개 메소드

public __construct ( $clientConfigId, fkooman\OAuth\Client\ClientConfigInterface $clientConfig, fkooman\OAuth\Client\StorageInterface $tokenStorage, fkooman\OAuth\Client\HttpClientInterface $httpClient )
$clientConfig fkooman\OAuth\Client\ClientConfigInterface
$tokenStorage fkooman\OAuth\Client\StorageInterface
$httpClient fkooman\OAuth\Client\HttpClientInterface

getClientConfig() 공개 메소드

public getClientConfig ( )

getClientConfigId() 공개 메소드

public getClientConfigId ( )

getHttpClient() 공개 메소드

public getHttpClient ( )

getTokenStorage() 공개 메소드

public getTokenStorage ( )

handleCallback() 공개 메소드

public handleCallback ( array $query )
$query array

setClientConfig() 공개 메소드

public setClientConfig ( fkooman\OAuth\Client\ClientConfigInterface $clientConfig )
$clientConfig fkooman\OAuth\Client\ClientConfigInterface

setClientConfigId() 공개 메소드

public setClientConfigId ( $clientConfigId )

setHttpClient() 공개 메소드

public setHttpClient ( fkooman\OAuth\Client\HttpClientInterface $httpClient )
$httpClient fkooman\OAuth\Client\HttpClientInterface

setTokenStorage() 공개 메소드

public setTokenStorage ( fkooman\OAuth\Client\StorageInterface $tokenStorage )
$tokenStorage fkooman\OAuth\Client\StorageInterface