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.

userInfo.go 310 B

1234567891011
  1. package models
  2. type JccUserInfo struct {
  3. UserName string `json:"user_name"`
  4. Scope []string `json:"scope"`
  5. Id int64 `json:"id"`
  6. Exp int64 `json:"exp"`
  7. Authorities []string `json:"authorities"`
  8. Jti string `json:"jti"`
  9. ClientID string `json:"client_id"`
  10. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.