You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package models
-
- type JccUserInfo struct {
- UserName string `json:"user_name"`
- Scope []string `json:"scope"`
- Id int64 `json:"id"`
- Exp int64 `json:"exp"`
- Authorities []string `json:"authorities"`
- Jti string `json:"jti"`
- ClientID string `json:"client_id"`
- }
|