Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInfo ¶
type UserInfo struct {
Subject string `json:"sub"`
Email string `json:"email"`
Name string `json:"name"`
FirstName string `json:"given_name"`
LastName string `json:"family_name"`
Groups []string `json:"groups"`
HostedDomain string `json:"hd"`
Claims map[string]interface{} `json:"-"`
}
UserInfo represents user information retrieved from an SSO provider
Click to show internal directories.
Click to hide internal directories.