Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeHandler ¶
type ExchangeHandler struct {
// contains filtered or unexported fields
}
func NewExchangeHandler ¶
func NewExchangeHandler(jwtSigner *auth.JWTSigner, store *store.DatastoreClient) *ExchangeHandler
func (*ExchangeHandler) Exchange ¶
func (h *ExchangeHandler) Exchange(w http.ResponseWriter, r *http.Request)
type JWKSHandler ¶
type JWKSHandler struct {
// contains filtered or unexported fields
}
func NewJWKSHandler ¶
func NewJWKSHandler(jwtSigner *auth.JWTSigner) *JWKSHandler
func (*JWKSHandler) ServeJWKS ¶
func (h *JWKSHandler) ServeJWKS(w http.ResponseWriter, r *http.Request)
type TokenRequest ¶
type TokenRequest struct {
APIKey string `json:"api_key"`
}
type TokenResponse ¶
Click to show internal directories.
Click to hide internal directories.