AuthCodeRepository
implements
AuthCodeRepositoryInterface
Table of Contents
Interfaces
- AuthCodeRepositoryInterface
Methods
-
__construct()
: mixed
-
getNewAuthCode()
: mixed
-
isAuthCodeRevoked()
: mixed
-
persistNewAuthCode()
: mixed
-
revokeAuthCode()
: mixed
__construct()
public
__construct(PDO $pdo) : mixed
Parameters
-
$pdo
: PDO
-
getNewAuthCode()
public
getNewAuthCode() : mixed
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
-