github.com/gotd/td/pool.Session.AuthKey (field)

7 uses

	github.com/gotd/td/pool (current package)
		session.go#L13: 	AuthKey crypto.AuthKey
		session.go#L41: 	s.data.AuthKey = crypto.AuthKey{}
		session.go#L56: 		opts.PermKey = data.AuthKey
		session.go#L59: 		opts.Key = data.AuthKey

	github.com/gotd/td/telegram
		pool.go#L131: 			data.AuthKey.Zero() &&
		session.go#L55: 		AuthKey: key,
		session.go#L154: 		AuthKey: keyToStore,