Files
query-orchestration/vendor/github.com/lestrrat-go/jwx/v2/jwt/interface.go
T
jay brown dda6d7ee8c initial cognito
actual
2025-03-20 15:25:13 -07:00

15 lines
373 B
Go

package jwt
import (
"github.com/lestrrat-go/iter/mapiter"
"github.com/lestrrat-go/jwx/v2/internal/iter"
"github.com/lestrrat-go/jwx/v2/internal/json"
)
type ClaimPair = mapiter.Pair
type Iterator = mapiter.Iterator
type Visitor = iter.MapVisitor
type VisitorFunc = iter.MapVisitorFunc
type DecodeCtx = json.DecodeCtx
type TokenWithDecodeCtx = json.DecodeCtxContainer