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

Struct LoginTypePassword

clientapi/auth/password.go:39–42  ·  view source on GitHub ↗

LoginTypePassword implements https://matrix.org/docs/spec/client_server/r0.6.1#password-based

Source from the content-addressed store, hash-verified

37
38// LoginTypePassword implements https://matrix.org/docs/spec/client_server/r0.6.1#password-based
39type LoginTypePassword struct {
40 GetAccountByPassword GetAccountByPassword
41 Config *config.ClientAPI
42}
43
44func (t *LoginTypePassword) Name() string {
45 return authtypes.LoginTypePassword

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected