PHP Interface Elcodi\Store\ConnectBundle\Entity\Interfaces\AuthorizationInterface

Author: Berny Cantos ([email protected])
Inheritance: extends Elcodi\Component\Core\Entity\Interfaces\IdentifiableInterface
Afficher le fichier Open project: elcodi/bamboo

Méthodes publiques

Méthode Description
getAuthorizationToken ( ) : string Get the OAuth authorization token for this user in that resource owner
getExpirationDate ( ) : DateTime Get the token expiration date
getResourceOwnerName ( ) : string Get the name of resource owner
getUser ( ) : Symfony\Component\Security\Core\User\UserInterface Get the related user in our system
getUsername ( ) : mixed Get the user name in the resource owner service

Method Details

getAuthorizationToken() public méthode

Get the OAuth authorization token for this user in that resource owner
public getAuthorizationToken ( ) : string
Résultat string

getExpirationDate() public méthode

Get the token expiration date
public getExpirationDate ( ) : DateTime
Résultat DateTime

getResourceOwnerName() public méthode

Get the name of resource owner
public getResourceOwnerName ( ) : string
Résultat string

getUser() public méthode

Get the related user in our system
public getUser ( ) : Symfony\Component\Security\Core\User\UserInterface
Résultat Symfony\Component\Security\Core\User\UserInterface

getUsername() public méthode

Get the user name in the resource owner service
public getUsername ( ) : mixed
Résultat mixed