PHP Class Hybrid_Providers_BitBucket

Author: Gabriel Somoza ([email protected])
Inheritance: extends Hybrid_Provider_Model_OAuth2
ファイルを表示 Open project: hybridauth/hybridauth

Public Properties

Property Type Description
$scope (no scope) => public read-only access (includes public user profile info, public repo info, and gists).

Public Methods

Method Description
getUserProfile ( ) load the user profile from the IDp api client
initialize ( ) IDp wrappers initializer

Method Details

getUserProfile() public method

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

initialize() public method

IDp wrappers initializer
public initialize ( )

Property Details

$scope public_oe property

(no scope) => public read-only access (includes public user profile info, public repo info, and gists).
public $scope