Documentation ¶
Index ¶
- type API
- func (a *API) CreateIDP(c *gin.Context)
- func (a *API) DeleteIDP(c *gin.Context)
- func (a *API) GetByID(c *gin.Context)
- func (a *API) GetDiscovery(ctx *gin.Context)
- func (a *API) ListAuthEndpoints(c *gin.Context)
- func (a *API) ListIDPs(c *gin.Context)
- func (a *API) LoginCallback(c *gin.Context)
- func (a *API) Logout(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) UpdateIDP(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) GetDiscovery ¶
func (*API) ListAuthEndpoints ¶
func (*API) LoginCallback ¶
func (*API) RegisterRoute ¶
Click to show internal directories.
Click to hide internal directories.