Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) SetupEndpoints ¶
type UserInfo ¶
type UserInfo struct { Sub string `json:"sub"` EmailVerified string `json:"email_verified"` Name string `json:"name"` Groups []string `json:"groups"` PreferredUsername string `json:"preferred_username"` GivenName string `json:"given_name"` FamilyName string `json:"family_name"` Email string `json:"email"` }
Click to show internal directories.
Click to hide internal directories.