Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get() http.HandlerFunc
Get returns an HTTP handler that determine whether the user's token can pass authentication.
@Summary Get returns an authn result of user's token. @Description This endpoint returns an authn result. @Tags authn @Produce json @Success 200 {string} string "OK" @Failure 400 {string} string "Bad Request" @Failure 401 {string} string "Unauthorized" @Failure 404 {string} string "Not Found" @Failure 405 {string} string "Method Not Allowed" @Failure 429 {string} string "Too Many Requests" @Failure 500 {string} string "Internal Server Error" @Router /authn [get]
Types ¶
This section is empty.