_symantec_vip_access.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:aws-adfs 作者: venth 项目源码 文件源码
def extract(html_response, ssl_verification_enabled, session):
    """
    :param response: raw http response
    :param html_response: html result of parsing http response
    :return:
    """

    roles_page_url = _action_url_on_validation_success(html_response)

    vip_security_code = click.prompt(text='Enter your Symantec VIP Access code', type=str)

    click.echo('Going for aws roles')
    return _retrieve_roles_page(
        roles_page_url,
        _context(html_response),
        session,
        ssl_verification_enabled,
        vip_security_code,
    )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号