Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Log *slog.Logger
UserStorage storage.UsersStorage
KeyStorage storage.KeysStorage
TokenService token.TokenService
KeyService keys.KeyService
}
type JWKSetsController ¶
type JWKSetsController struct {
Controller
}
func (*JWKSetsController) GetJWKSets ¶
func (c *JWKSetsController) GetJWKSets() (*string, error)
type LoginController ¶
type LoginController struct {
Controller
}
type RefreshController ¶
type RefreshController struct {
Controller
}
type RegisterController ¶
type RegisterController struct {
Controller
}
type RotateController ¶
type RotateController struct {
Controller
}
func (*RotateController) RotateKeys ¶
func (c *RotateController) RotateKeys() error
Click to show internal directories.
Click to hide internal directories.