type github.com/gotd/td/telegram/auth.PasswordHashProvider

2 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L120: type PasswordHashProvider interface {
		flow.go#L127: 	if hp, ok := f.Auth.(PasswordHashProvider); ok {