PHP 클래스 Hybrid_Providers_Amazon

added by skyverge | https://github.com/skyverge The Provider is very similar to standard Oauth2 providers with a few differences: - it sets the Content-Type header explicitly to application/x-www-form-urlencoded as required by Amazon - it uses a custom OAuth2Client, because the built-in one does not use http_build_query() to set curl POST params, which causes cURL to set the Content-Type to multipart/form-data
상속: extends Hybrid_Provider_Model_OAuth2
파일 보기 프로젝트 열기: hybridauth/hybridauth

공개 프로퍼티들

프로퍼티 타입 설명
$scope default permissions

공개 메소드들

메소드 설명
getUserProfile ( ) load the user profile from the IDp api client
initialize ( ) IDp wrappers initializer

메소드 상세

getUserProfile() 공개 메소드

load the user profile from the IDp api client
public getUserProfile ( )

initialize() 공개 메소드

IDp wrappers initializer
public initialize ( )

프로퍼티 상세

$scope 공개적으로 프로퍼티

default permissions
public $scope