Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { Id string // the unique permanent ID of the user. Name string // the human-readable ID of the user. Email string Photo string FederatedIdentity string FederatedProvider string // additional, custom Attributes Attrs map[string]string }
User represents a user of the application.
Click to show internal directories.
Click to hide internal directories.