Пример #1
0
def get_google_authorize_uri(flow: client.Flow) -> str:
    """Return the authorization url given the flow."""
    return flow.step1_get_authorize_url() + '&prompt=select_account'