type LestrratGoJwx struct { JWKSet jwk.Set Cache func(func(string) (interface{}, error)) (utils.Cacher, error) // contains filtered or unexported fields }
func (lgj *LestrratGoJwx) Decode(jwt string, jwkUri string) (interface{}, error)
func (lgj *LestrratGoJwx) GetKey(jwkUri string)
func (lgj *LestrratGoJwx) New() adaptors.Adaptor