def _info_auth_refresh()

in gce_rescue/tasks/validations/authentication.py [0:0]


def _info_auth_refresh() -> str:
  return (
	'    Please use application-default Credentials (ADC) to authenticate:\n'
	'    $ gcloud auth login --update-adc'
  )