Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultProvider ¶
type DefaultProvider struct {
// contains filtered or unexported fields
}
func NewDefaultProvider ¶
func NewDefaultProvider() *DefaultProvider
func (*DefaultProvider) GetJwks ¶
func (p *DefaultProvider) GetJwks() (*jose.JSONWebKeySet, error)
func (*DefaultProvider) GetPrivateKey ¶
func (p *DefaultProvider) GetPrivateKey(ctx context.Context) (interface{}, error)
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) HandleKeys ¶
func (j *Handler) HandleKeys(w http.ResponseWriter, r *http.Request)
func (*Handler) SetupRoutes ¶
Click to show internal directories.
Click to hide internal directories.