Documentation
¶
Index ¶
- Constants
- func HandleCallback(c echo.Context) error
- func HandleClientCredential(c echo.Context) error
- func HandleHome(c echo.Context) error
- func HandleHybridAPI(c echo.Context) error
- func HandlePasswordPage(c echo.Context) error
- func HandlePasswordPost(c echo.Context) error
- func HandleRefresh(c echo.Context) error
- func RandomIdString(length int) string
- func Setup(e *echo.Echo)
- type HomePageData
Constants ¶
View Source
const ValidIdChars = "1234567890abcdefghijklmnopqrstuvwxyz"
Variables ¶
This section is empty.
Functions ¶
func HandleCallback ¶
func HandleClientCredential ¶
func HandleHome ¶
func HandleHybridAPI ¶
func HandlePasswordPage ¶
func HandlePasswordPost ¶
func HandleRefresh ¶
func RandomIdString ¶
Types ¶
type HomePageData ¶
type HomePageData struct {
Type string
AuthCodeFlowURL string
ImplicitFlowURL string
HybridFlowURL string
AccessCode string
AccessToken string
RefreshToken string
IDToken string
State string
CodeVerifier string
}
func NewHomePageData ¶
func NewHomePageData(pageType string) *HomePageData
Click to show internal directories.
Click to hide internal directories.