def is_authorized():
""" Convenience function simply returning OAuth2Session.authorized.
Returns
-------
bool
True is the user is authorized, False if not
"""
check_for_active_session()
return session.authorized
评论列表
文章目录