aboutsummaryrefslogtreecommitdiff
path: root/Psso/AuthInterface/Groups.php
blob: 463fd0b26c4482dc7d0ab65e4bc7cc35902bec48 (plain)
1
2
3
4
5
6
<?php
namespace Psso\AuthInterface;

interface Groups {
    public function userGroups(string $username): array;
}