Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthHandler ¶
type AuthHandler struct {
// contains filtered or unexported fields
}
func (AuthHandler) Login ¶
func (h AuthHandler) Login(w http.ResponseWriter, r *http.Request)
func (AuthHandler) NotImplementedHandler ¶
func (h AuthHandler) NotImplementedHandler(w http.ResponseWriter, r *http.Request)
func (AuthHandler) Refresh ¶
func (h AuthHandler) Refresh(w http.ResponseWriter, r *http.Request)
func (AuthHandler) Verify ¶
func (h AuthHandler) Verify(w http.ResponseWriter, r *http.Request)
Sample URL string
Click to show internal directories.
Click to hide internal directories.