package
Version:
v0.6.0-alpha.8
Opens a new window with list of versions in this module.
Published: Mar 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AuthRouteSuccess() string
type AuthInfoModel struct {
Scheme string `json:"scheme" swagger:"desc(Authentication scheme (jwt, basic, ip)),required"`
AuthURL string `json:"authURL" swagger:"desc(JWT only),required"`
}
type LoginRequest struct {
Username string `json:"username" form:"username" swagger:"required"`
Password string `json:"password" form:"password" swagger:"required"`
}
type LoginResponse struct {
JWT string `json:"jwt,omitempty" swagger:"required"`
Error error `json:"error,omitempty" swagger:"required"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.