Skip to content

Commit 0fd3790

Browse files
committed
Update AuthenticationInterface.php
1 parent c2d2171 commit 0fd3790

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Kernel/AuthenticationInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ interface AuthenticationInterface
2222
*/
2323
function getUser(string $username);
2424

25+
/**
26+
* @param string $username
27+
* @return bool
28+
*/
29+
function hasSecret(string $username) : bool;
30+
2531
/**
2632
* @param void
2733
* @return string

0 commit comments

Comments
 (0)