package
Version:
v1.0.2-alpha.2
Opens a new window with list of versions in this module.
Published: Jan 24, 2024
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
¶
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.