Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Claims ¶
type Claims struct { Tenant map[string]string `json:"tenant"` Scopes string `json:"scopes"` ConsumerID string `json:"consumerID"` ConsumerType consumer.Type `json:"consumerType"` OnBehalfOf string `json:"onBehalfOf"` Region string `json:"region"` TokenClientID string `json:"tokenClientID"` Subject string `json:"subject"` Flow oathkeeper.AuthFlow `json:"flow"` ZID string `json:"zid"` jwt.StandardClaims }
Claims missing godoc
func (*Claims) ContextWithClaims ¶
ContextWithClaims missing godoc
func (*Claims) UnmarshalJSON ¶
UnmarshalJSON implements Unmarshaler interface. The method unmarshal the data from b into Claims structure.
Click to show internal directories.
Click to hide internal directories.