diff options
Diffstat (limited to 'Psso/AuthInterface/UserExtra.php')
| -rw-r--r-- | Psso/AuthInterface/UserExtra.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Psso/AuthInterface/UserExtra.php b/Psso/AuthInterface/UserExtra.php new file mode 100644 index 0000000..3a3de93 --- /dev/null +++ b/Psso/AuthInterface/UserExtra.php @@ -0,0 +1,7 @@ +<?php +namespace Psso\AuthInterface; + +interface UserExtra { + public function userDisplayName(string $username): ?string; + public function userEmailAddress(string $username): ?string; +} |
