Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
type Credentials struct {
ID *user.UserId `json:"id" mapstructure:"id"`
Username string `json:"username" mapstructure:"username"`
Mail string `json:"mail" mapstructure:"mail"`
MailVerified bool `json:"mail_verified" mapstructure:"mail_verified"`
DisplayName string `json:"display_name" mapstructure:"display_name"`
Secret string `json:"secret" mapstructure:"secret"`
Groups []string `json:"groups" mapstructure:"groups"`
UIDNumber int64 `json:"uid_number" mapstructure:"uid_number"`
GIDNumber int64 `json:"gid_number" mapstructure:"gid_number"`
Opaque *typespb.Opaque `json:"opaque" mapstructure:"opaque"`
}
Credentials holds a pair of secret and userid.
Click to show internal directories.
Click to hide internal directories.