MCPcopy Create free account
hub / github.com/daodst/chat / Account

Struct Account

userapi/api/api.go:450–457  ·  view source on GitHub ↗

Account represents a Matrix account on this home server.

Source from the content-addressed store, hash-verified

448
449// Account represents a Matrix account on this home server.
450type Account struct {
451 UserID string
452 Localpart string
453 ServerName gomatrixserverlib.ServerName
454 AppServiceID string
455 AccountType AccountType
456 // TODO: Associations (e.g. with application services)
457}
458
459// OpenIDToken represents an OpenID token
460type OpenIDToken struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected