(password string)
| 484 | // AuthUser is an entry in the in-memory AuthUserStorage. It can be used to modify the user used for testing. |
| 485 | type AuthUser interface { |
| 486 | SetPassword(password string) |
| 487 | // GetPassword |
| 488 | GetPassword() *string |
| 489 | // AddKey adds a new private and public key to this user. |
no outgoing calls