Documentation

AuthCodeRepository
in package
implements AuthCodeRepositoryInterface

Table of Contents

Interfaces

AuthCodeRepositoryInterface

Methods

__construct()  : mixed
getNewAuthCode()  : mixed
isAuthCodeRevoked()  : mixed
persistNewAuthCode()  : mixed
revokeAuthCode()  : mixed

Methods

isAuthCodeRevoked()

public isAuthCodeRevoked(mixed $codeId) : mixed
Parameters
$codeId : mixed

persistNewAuthCode()

public persistNewAuthCode(AuthCodeEntityInterface $authCodeEntity) : mixed
Parameters
$authCodeEntity : AuthCodeEntityInterface

revokeAuthCode()

public revokeAuthCode(mixed $codeId) : mixed
Parameters
$codeId : mixed

        
On this page

Search results