PHP 클래스 fkooman\OAuth\Client\TokenRequest

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

공개 메소드들

메소드 설명
__construct ( fkooman\OAuth\Client\HttpClientInterface $httpClient, fkooman\OAuth\Client\ClientConfigInterface $clientConfig )
withAuthorizationCode ( $authorizationCode )
withRefreshToken ( $refreshToken )

비공개 메소드들

메소드 설명
accessTokenRequest ( array $p )

메소드 상세

__construct() 공개 메소드

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

withAuthorizationCode() 공개 메소드

public withAuthorizationCode ( $authorizationCode )

withRefreshToken() 공개 메소드

public withRefreshToken ( $refreshToken )