MCPcopy Create free account
hub / github.com/aws/aws-cli / refresh_needed

Method refresh_needed

awscli/botocore/credentials.py:713–716  ·  view source on GitHub ↗
(self, refresh_in=None)

Source from the content-addressed store, hash-verified

711 self._frozen_credentials = None
712
713 def refresh_needed(self, refresh_in=None):
714 if self._frozen_credentials is None:
715 return True
716 return super().refresh_needed(refresh_in)
717
718
719class CachedCredentialFetcher:

Callers

nothing calls this directly

Calls 1

refresh_neededMethod · 0.45

Tested by

no test coverage detected