Documentation ¶
Overview ¶
Code generated by "gen"; DO NOT EDIT. This file is meant to be re-generated in place and/or deleted at any time.
Package jwks provides access to the JWKS endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
Backend clerk.Backend
}
Client is used to invoke the JWKS API.
func NewClient ¶
func NewClient(config *ClientConfig) *Client
type ClientConfig ¶
type ClientConfig struct {
clerk.BackendConfig
}
Click to show internal directories.
Click to hide internal directories.