```type AuthenticationSession struct { Subject ...
# talk-oathkeeper
k
Copy code
type AuthenticationSession struct {
  Subject      string
  Extra        map[string]interface{}
  Header       http.Header
  MatchContext MatchContext
}
In particular, how to discover the contents of
Extra
?