def create_mfa_serial_refresher():
def _refresher():
# We can explore an option in the future to support
# reprompting for MFA, but for now we just error out
# when the temp creds expire.
raise RefreshWithMFAUnsupportedError()
return _refresher
credentials.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录