MCPcopy
hub / github.com/dosco/graphjin / KeyFunc

Method KeyFunc

auth/provider/provider.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46// authentication.
47type JWTProvider interface {
48 KeyFunc() jwt.Keyfunc
49 VerifyAudience(jwt.MapClaims) bool
50 VerifyIssuer(jwt.MapClaims) bool
51 SetContextValues(context.Context, jwt.MapClaims) (context.Context, error)

Callers 1

JwtHandlerFunction · 0.65

Implementers 4

FirebaseProviderauth/provider/firebase.go
JWKSProviderauth/provider/jwks.go
Auth0Providerauth/provider/auth0.go
GenericProviderauth/provider/generic.go

Calls

no outgoing calls

Tested by

no test coverage detected