package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Dec 27, 2024
License: GPL-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 JWT struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
ExpiredIn int `json:"expired_in"`
Role string `json:"role"`
}
type User struct {
Email string `json:"email"`
Name string `json:"name"`
SubName string `json:"sub_name"`
Enabled bool `json:"enabled"`
Password string `json:"password"`
Role string `json:"role"`
Attributes *map[string][]string `json:"attributtes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.