MCPcopy Index your code
hub / github.com/coder/coder / VerifyingKey

Method VerifyingKey

coderd/jwtutils/jws.go:54–54  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

52
53type VerifyKeyProvider interface {
54 VerifyingKey(ctx context.Context, id string) (key interface{}, err error)
55}
56
57// Sign signs a token and returns it as a string.

Callers 1

VerifyFunction · 0.65

Implementers 3

keycoderd/jwtutils/jwt_test.go
StaticKeycoderd/jwtutils/jws.go
cachecoderd/cryptokeys/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected