idtokenclaims

package
v0.0.0-...-a423d60 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

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

func (c *Claims) ContextWithClaims(ctx context.Context) context.Context

ContextWithClaims missing godoc

func (*Claims) UnmarshalJSON

func (c *Claims) UnmarshalJSON(b []byte) error

UnmarshalJSON implements Unmarshaler interface. The method unmarshal the data from b into Claims structure.

Jump to

Keyboard shortcuts

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