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