auth/vendor/github.com/lestrrat-go/jwx/v2/jwt/interface.go
Maxim Lebedev 531b14524c
⬆️ Upgraded JWX package
for secure and fast decoding access tokens
2022-06-10 01:22:15 +05: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