import "github.com/okta/okta-jwt-verifier-golang/adaptors"
adaptor.go
type Adaptor interface { New() Adaptor GetKey(jwkUri string) Decode(jwt string, jwkUri string) (interface{}, error) }