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

2 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L129: type CodeAuthenticatorFunc func(ctx context.Context, sentCode *tg.AuthSentCode) (string, error)
		flow.go#L132: func (c CodeAuthenticatorFunc) Code(ctx context.Context, sentCode *tg.AuthSentCode) (string, error) {