func github.com/gotd/td/telegram/auth.NewFlow

4 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L18: func NewFlow(auth UserAuthenticator, opt SendCodeOptions) Flow {
		status.go#L53: 	return c.IfNecessary(ctx, NewFlow(Test(c.rand, dc), SendCodeOptions{}))
		status.go#L59: 	return c.IfNecessary(ctx, NewFlow(TestUser(phone, dc), SendCodeOptions{}))

	github.com/gotd/td/telegram
		builder.go#L164: 			if err := client.Auth().IfNecessary(runCtx, auth.NewFlow(