PHP Class AuthBucket\Bundle\OAuth2Bundle\Entity\Authorize

Inheritance: implements AuthBucket\OAuth2\Model\AuthorizeInterface
Afficher le fichier Open project: authbucket/oauth2-symfony-bundle

Protected Properties

Свойство Type Description
$clientId string
$scope array
$username string

Méthodes publiques

Méthode Description
getClientId ( ) : string Get client_id.
getScope ( ) : array Get scope.
getUsername ( ) : string Get username.
setClientId ( string $clientId ) : Authorize Set client_id.
setScope ( array $scope ) : Authorize Set scope.
setUsername ( string $username ) : Authorize Set username.

Method Details

getClientId() public méthode

Get client_id.
public getClientId ( ) : string
Résultat string

getScope() public méthode

Get scope.
public getScope ( ) : array
Résultat array

getUsername() public méthode

Get username.
public getUsername ( ) : string
Résultat string

setClientId() public méthode

Set client_id.
public setClientId ( string $clientId ) : Authorize
$clientId string
Résultat Authorize

setScope() public méthode

Set scope.
public setScope ( array $scope ) : Authorize
$scope array
Résultat Authorize

setUsername() public méthode

Set username.
public setUsername ( string $username ) : Authorize
$username string
Résultat Authorize

Property Details

$clientId protected_oe property

protected string $clientId
Résultat string

$scope protected_oe property

protected array $scope
Résultat array

$username protected_oe property

protected string $username
Résultat string