Skip to content

Commit

Permalink
Remove method from interface since it is already present on the abstr…
Browse files Browse the repository at this point in the history
…act.
  • Loading branch information
janhopman-nhb committed May 31, 2021
1 parent 8ea2bd1 commit 5cf9d07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Grant/GrantTypeInterface.php
Original file line number Diff line number Diff line change
@@ -141,11 +141,4 @@ public function setPrivateKey(CryptKey $privateKey);
* @param string|Key|null $key
*/
public function setEncryptionKey($key = null);

/**
* Enables ability to prevent refresh tokens from being revoked.
*
* @param bool $revokeRefreshTokens
*/
public function setRevokeRefreshTokens(bool $revokeRefreshTokens);
}

0 comments on commit 5cf9d07

Please sign in to comment.