Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTwoFAToken ¶
func GenerateTwoFAToken() string
Types ¶
type LoginSuccess ¶
type LoginSuccess struct {
Username string `json:"Username"`
Locale string `json:"locale"`
Avater string `json:"avater"`
ID uint64 `json:"id,string"`
JWT string `json:"jwt"`
}
Resposes
type TOTPTuthRequired ¶
type TOTPTuthRequired struct {
Token string `json:"Token"`
}
Click to show internal directories.
Click to hide internal directories.