Stud.IP
5.4
|
Public Member Functions | |
getNewAuthCode () | |
persistNewAuthCode (AuthCodeEntityInterface $authCodeEntity) | |
revokeAuthCode ($codeId) | |
isAuthCodeRevoked ($codeId) | |
getNewAuthCode | ( | ) |
Creates a new AuthCode.
isAuthCodeRevoked | ( | $codeId | ) |
Check if the auth code has been revoked.
string | $codeId |
persistNewAuthCode | ( | AuthCodeEntityInterface | $authCodeEntity | ) |
Persists a new auth code to permanent storage.
UniqueTokenIdentifierConstraintViolationException |
revokeAuthCode | ( | $codeId | ) |
Revoke an auth code.
string | $codeId |