kind-receptionist-82950
04/20/2023, 2:18 PMtype AuthenticationSession struct {
Subject string
Extra map[string]interface{}
Header http.Header
MatchContext MatchContext
}
In particular, how to discover the contents of Extra
?