Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ get_frozen_token
Method
get_frozen_token
awscli/botocore/tokens.py:88–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
self._next_refresh = None
87
88
def
get_frozen_token(self):
89
self._refresh()
90
return
self._frozen_token
91
92
def
_refresh(self):
93
# If we don't need to refresh just return
Callers
3
test_sso_token_provider_refresh
Function · 0.80
_get_credentials
Method · 0.80
get_auth_instance
Method · 0.80
Calls
1
_refresh
Method · 0.95
Tested by
1
test_sso_token_provider_refresh
Function · 0.64