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

8 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L124: type CodeAuthenticator interface {
		flow.go#L148: 	CodeAuthenticator
		flow.go#L163: 	CodeAuthenticator
		flow.go#L176: func Constant(phone, password string, code CodeAuthenticator) UserAuthenticator {
		flow.go#L186: 	CodeAuthenticator
		flow.go#L212: func Env(prefix string, code CodeAuthenticator) UserAuthenticator {
		flow.go#L226: 	CodeAuthenticator
		flow.go#L239: func CodeOnly(phone string, code CodeAuthenticator) UserAuthenticator {