...

Package lestrratGoJwx

import "github.com/okta/okta-jwt-verifier-golang/adaptors/lestrratGoJwx"
Overview
Index

Overview ▾

type LestrratGoJwx

type LestrratGoJwx struct {
    JWKSet jwk.Set
    Cache  func(func(string) (interface{}, error)) (utils.Cacher, error)
    // 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