PHP 클래스 Phosphorum\Github\OAuth

상속: extends Phalcon\DI\Injectable
파일 보기 프로젝트 열기: phalcon/forum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$clientId
$clientSecret
$endPointAccessToken
$endPointAuthorize
$logger
$redirectUriAuthorize

공개 메소드들

메소드 설명
__construct ( Phalcon\Config $config )
accessToken ( ) : boolean | mixed
authorize ( )
send ( $url, $parameters, string $method = 'post' ) : boolean | mixed

메소드 상세

__construct() 공개 메소드

public __construct ( Phalcon\Config $config )
$config Phalcon\Config

accessToken() 공개 메소드

public accessToken ( ) : boolean | mixed
리턴 boolean | mixed

authorize() 공개 메소드

public authorize ( )

send() 공개 메소드

public send ( $url, $parameters, string $method = 'post' ) : boolean | mixed
$url
$parameters
$method string
리턴 boolean | mixed

프로퍼티 상세

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

protected $clientId

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

protected $clientSecret

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

protected $endPointAccessToken

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

protected $endPointAuthorize

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

protected $logger

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

protected $redirectUriAuthorize