Documentation

AccessTokenRepository
in package
implements AccessTokenRepositoryInterface

Table of Contents

Interfaces

AccessTokenRepositoryInterface

Methods

__construct()  : mixed
getNewToken()  : mixed
isAccessTokenRevoked()  : mixed
persistNewAccessToken()  : mixed
revokeAccessToken()  : mixed

Methods

getNewToken()

public getNewToken(ClientEntityInterface $clientEntity, array<string|int, mixed> $scopes[, mixed $userIdentifier = null ]) : mixed
Parameters
$clientEntity : ClientEntityInterface
$scopes : array<string|int, mixed>
$userIdentifier : mixed = null

isAccessTokenRevoked()

public isAccessTokenRevoked(mixed $tokenId) : mixed
Parameters
$tokenId : mixed

persistNewAccessToken()

public persistNewAccessToken(AccessTokenEntityInterface $accessTokenEntity) : mixed
Parameters
$accessTokenEntity : AccessTokenEntityInterface

revokeAccessToken()

public revokeAccessToken(mixed $tokenId) : mixed
Parameters
$tokenId : mixed

        
On this page

Search results