session

package
v0.9.10 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

func NewManager

func NewManager(grpcConn *grpc.ClientConn, opts ...ManagerOption) (*Manager, error)

func (*Manager) GetSession

func (m *Manager) GetSession(ctx context.Context, sessionID, tenantID, fingerprint string) (*Session, error)

type ManagerOption

type ManagerOption func(*Manager)

type Session

type Session struct {
	Valid       bool
	Issuer      string
	Subject     string
	GivenName   string
	FamilyName  string
	Email       string
	Groups      []string
	AuthContext map[string]string
}

Jump to

Keyboard shortcuts

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