PHP 클래스 Horde_Service_Twitter_Auth_Oauth, horde

Basically implements Horde_Oauth_Client and passes the calls along to the protected oauth object. Copyright 2009-2016 Horde LLC (http://www.horde.org/)
저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Service_Twitter_Auth
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_token Horde_OAuth_Token

공개 메소드들

메소드 설명
__construct ( Horde_OAuth_Consumer $oauth )
getAccessToken ( Horde_Controller_Request_Http $request, string $requestSecret = null ) : Horde_Oauth_Token Obtain the access token. This is the token that should be persisted to storage.
getRequestToken ( array $params = [] ) : Horde_OAuth_Token Obtain the OAuth request token
getUserAuthorizationUrl ( Horde_Oauth_Token $requestToken ) : string Obtain the URL used to get an authorization token.
setToken ( Horde_OAuth_Token $token ) Set the access token

메소드 상세

__construct() 공개 메소드

public __construct ( Horde_OAuth_Consumer $oauth )
$oauth Horde_OAuth_Consumer

getAccessToken() 공개 메소드

Obtain the access token. This is the token that should be persisted to storage.
public getAccessToken ( Horde_Controller_Request_Http $request, string $requestSecret = null ) : Horde_Oauth_Token
$request Horde_Controller_Request_Http
$requestSecret string The token secret returned by Twitter after the user authorizes the application.
리턴 Horde_Oauth_Token

getRequestToken() 공개 메소드

Obtain the OAuth request token
public getRequestToken ( array $params = [] ) : Horde_OAuth_Token
$params array
리턴 Horde_OAuth_Token The request token

getUserAuthorizationUrl() 공개 메소드

Obtain the URL used to get an authorization token.
public getUserAuthorizationUrl ( Horde_Oauth_Token $requestToken ) : string
$requestToken Horde_Oauth_Token The request token
리턴 string The Url

setToken() 공개 메소드

Set the access token
public setToken ( Horde_OAuth_Token $token )
$token Horde_OAuth_Token

프로퍼티 상세

$_token 보호되어 있는 프로퍼티

protected Horde_OAuth_Token $_token
리턴 Horde_OAuth_Token