PHP Интерфейс Elcodi\Store\ConnectBundle\Entity\Interfaces\AuthorizationInterface

Автор: Berny Cantos ([email protected])
Наследование: extends Elcodi\Component\Core\Entity\Interfaces\IdentifiableInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

getAuthorizationToken() публичный Метод

Get the OAuth authorization token for this user in that resource owner
public getAuthorizationToken ( ) : string
Результат string

getExpirationDate() публичный Метод

Get the token expiration date
public getExpirationDate ( ) : DateTime
Результат DateTime

getResourceOwnerName() публичный Метод

Get the name of resource owner
public getResourceOwnerName ( ) : string
Результат string

getUser() публичный Метод

Get the related user in our system
public getUser ( ) : Symfony\Component\Security\Core\User\UserInterface
Результат Symfony\Component\Security\Core\User\UserInterface

getUsername() публичный Метод

Get the user name in the resource owner service
public getUsername ( ) : mixed
Результат mixed