package
Version:
v1.16.28
Opens a new window with list of versions in this module.
Published: Nov 25, 2023
License: AGPL-3.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 ThirdPartyLogin struct {
Token string `json:"token"`
Mfa bool `json:"mfa"`
Callback string `json:"callback,omitempty"`
}
type VerifyTokenSuccess struct {
UserID uint `json:"userID"`
Name string `json:"name"`
Groups []string `json:"groups"`
AvatarUrl string `json:"avatarUrl"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.