Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LestrratGoJwx ¶
type LestrratGoJwx struct {
JWKSet jwk.Set
Cache func(func(string) (interface{}, error), time.Duration, time.Duration) (utils.Cacher, error)
Timeout time.Duration
Cleanup time.Duration
// contains filtered or unexported fields
}
func (*LestrratGoJwx) Decode ¶
func (lgj *LestrratGoJwx) Decode(jwt string, jwkUri string) (interface{}, error)
func (*LestrratGoJwx) GetKey ¶
func (lgj *LestrratGoJwx) GetKey(jwkUri string)
func (*LestrratGoJwx) New ¶
func (lgj *LestrratGoJwx) New() adaptors.Adaptor
Click to show internal directories.
Click to hide internal directories.