PHP 클래스 SAuth_Adapter_Twitter, sauth

http://developer.twitter.com/pages/auth
상속: extends SAuth_Adapter_Abstract, implements Zend_Auth_Adapter_Interface
파일 보기 프로젝트 열기: nnixaa/sauth

보호된 프로퍼티들

프로퍼티 타입 설명
$_config Configuration array
$_sessionKey Session key

공개 메소드들

메소드 설명
authenticate ( ) : Zend_Auth_Result Authenticate user by twitter OAuth

메소드 상세

authenticate() 공개 메소드

Authenticate user by twitter OAuth
public authenticate ( ) : Zend_Auth_Result
리턴 Zend_Auth_Result

프로퍼티 상세

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

Configuration array
protected $_config

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

Session key
protected $_sessionKey