types

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL