Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIdentifier ¶
func NewIdentifier(api Api) auth.Identifier
Types ¶
type UserInfo ¶
type UserInfo struct { Sub string `json:"sub"` Picture string `json:"picture"` Name string `json:"name"` EnName string `json:"en_name"` TenantKey string `json:"tenant_key"` AvatarUrl string `json:"avatar_url"` AvatarThumb string `json:"avatar_thumb"` AvatarMiddle string `json:"avatar_middle"` AvatarBig string `json:"avatar_big"` OpenId string `json:"open_id"` UnionId string `json:"union_id"` }
Click to show internal directories.
Click to hide internal directories.