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

23 uses

	github.com/gotd/td/telegram/auth (current package)
		bot.go#L12: func (c *Client) Bot(ctx context.Context, token string) (*tg.AuthAuthorization, error) {
		client.go#L10: type Client struct {
		client.go#L23: ) *Client {
		client.go#L24: 	return &Client{
		password.go#L80: func (c *Client) UpdatePassword(
		password.go#L154: func (c *Client) ResetPassword(ctx context.Context) (time.Time, error) {
		password.go#L174: func (c *Client) CancelPasswordReset(ctx context.Context) error {
		password.go#L187: func (c *Client) RequestPasswordRecovery(ctx context.Context) (*tg.AuthPasswordRecovery, error) {
		password.go#L199: func (c *Client) CheckRecoveryPassword(ctx context.Context, code string) (bool, error) {
		password.go#L230: func (c *Client) RecoverPassword(ctx context.Context, opts RecoverPasswordOptions) (*tg.AuthAuthorization, error) {
		self.go#L14: func (c *Client) self(ctx context.Context) (*tg.User, error) {
		status.go#L20: func (c *Client) Status(ctx context.Context) (*Status, error) {
		status.go#L36: func (c *Client) IfNecessary(ctx context.Context, flow Flow) error {
		status.go#L52: func (c *Client) Test(ctx context.Context, dc int) error {
		status.go#L58: func (c *Client) TestUser(ctx context.Context, phone string, dc int) error {
		user.go#L44: func (c *Client) Password(ctx context.Context, password string) (*tg.AuthAuthorization, error) {
		user.go#L52: func (c *Client) PasswordWith(ctx context.Context, hash PasswordHashFunc) (*tg.AuthAuthorization, error) {
		user.go#L97: func (c *Client) SendCode(ctx context.Context, phone string, options SendCodeOptions) (tg.AuthSentCodeClass, error) {
		user.go#L121: func (c *Client) ResendCode(ctx context.Context, phone string, hash string) (tg.AuthSentCodeClass, error) {
		user.go#L145: func (c *Client) SignIn(ctx context.Context, phone, code, codeHash string) (*tg.AuthAuthorization, error) {
		user.go#L165: func (c *Client) AcceptTOS(ctx context.Context, id tg.DataJSON) error {
		user.go#L182: func (c *Client) SignUp(ctx context.Context, s SignUp) (*tg.AuthAuthorization, error) {

	github.com/gotd/td/telegram
		auth.go#L9: func (c *Client) Auth() *auth.Client {