Documentation
¶
Index ¶
- type Handler
- func (h *Handler) JWKSetsHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func (h *Handler) LoginHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func (h *Handler) RefreshHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func (h *Handler) RegisterHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func (h *Handler) RotateKeysHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewJWKSetsHandler ¶
func NewLoginHandler ¶
func NewRefreshHandler ¶
func NewRegisterHandler ¶
func NewRotateKeysHandler ¶
func (*Handler) JWKSetsHandler ¶
func (h *Handler) JWKSetsHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func (*Handler) LoginHandler ¶
func (h *Handler) LoginHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func (*Handler) RefreshHandler ¶
func (h *Handler) RefreshHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func (*Handler) RegisterHandler ¶
func (h *Handler) RegisterHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func (*Handler) RotateKeysHandler ¶
func (h *Handler) RotateKeysHandler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
Click to show internal directories.
Click to hide internal directories.