UserInfoInterface
interface UserInfoInterface (View source)
Interface for user information from external authentication providers Supports both OIDC and SAML authentication
Methods
string
getUsername()
No description
string
getEmail()
No description
string
getFirstName()
No description
string
getLastName()
No description
string
getDisplayName()
No description
string
getFullName()
No description
array
getGroups()
No description
string
getProviderId()
No description
string
getSubject()
No description
array
getRawData()
No description
bool
hasGroup(string $group)
No description
bool
isValid()
No description
Details
string
getUsername()
No description
string
getEmail()
No description
string
getFirstName()
No description
string
getLastName()
No description
string
getDisplayName()
No description
string
getFullName()
No description
array
getGroups()
No description
string
getProviderId()
No description
string
getSubject()
No description
array
getRawData()
No description
bool
hasGroup(string $group)
No description
bool
isValid()
No description