PHP Class EveOnlineOAuthService

Inheritance: extends EOAuth2Service
Afficher le fichier Open project: nodge/yii-eauth

Protected Properties

Свойство Type Description
$client_id string
$client_secret string
$jsArguments array
$name string
$providerOptions array
$scope string
$title string
$type string
$uid string | null

Méthodes protégées

Méthode Description
fetchAttributes ( )
fetchJsonError ( mixed $json ) : array | null
getAccessToken ( string $code ) : mixed
restoreAccessToken ( ) : boolean
saveAccessToken ( object $token )

Private Methods

Méthode Description
getAPIData ( integer $charId ) : SimpleXMLElement Get data from EVE API

Method Details

fetchAttributes() protected méthode

protected fetchAttributes ( )

fetchJsonError() protected méthode

protected fetchJsonError ( mixed $json ) : array | null
$json mixed
Résultat array | null

getAccessToken() protected méthode

protected getAccessToken ( string $code ) : mixed
$code string
Résultat mixed

restoreAccessToken() protected méthode

protected restoreAccessToken ( ) : boolean
Résultat boolean

saveAccessToken() protected méthode

protected saveAccessToken ( object $token )
$token object

Property Details

$client_id protected_oe property

protected string $client_id
Résultat string

$client_secret protected_oe property

protected string $client_secret
Résultat string

$jsArguments protected_oe property

protected array $jsArguments
Résultat array

$name protected_oe property

protected string $name
Résultat string

$providerOptions protected_oe property

protected array $providerOptions
Résultat array

$scope protected_oe property

protected string $scope
Résultat string

$title protected_oe property

protected string $title
Résultat string

$type protected_oe property

protected string $type
Résultat string

$uid protected_oe property

protected string|null $uid
Résultat string | null