Esempio n. 1
0
def get_google_user_id_and_email_from_oauth_map(oauth_map):
    google_client = GoogleOAuthClient()
    return google_client.access_user_id_and_email(oauth_map)
Esempio n. 2
0
def get_google_user_id_and_email_from_oauth_map(oauth_map):
    google_client = GoogleOAuthClient()
    return google_client.access_user_id_and_email(oauth_map)