package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Apr 14, 2025
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 AuthLoginInput struct {
Username string `json:"username" dc:"username" v:"required"`
Password string `json:"password" dc:"password" v:"required"`
}
type AuthLoginOutput struct {
TokenType string `json:"tokenType" dc:"Token type, default is Bearer"`
Token string `json:"token" dc:"Token string"`
ExpireIn int64 `json:"expireIn" dc:"expires in seconds"`
Username string `json:"username" dc:"username"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.