telemetry.auth

This module is responsible for all authentication logic.

The auth submodule contains all necessary functionality for prompting the user to sign via Google OAuth, and for handling the response.

The auth_wrapper submodule enables functionality for an external caller to use the authentication module, and get the results via a JSON dump in stdout.

 1"""
 2This module is responsible for all authentication logic. 
 3
 4The auth submodule contains all necessary functionality for prompting
 5the user to sign via Google OAuth, and for handling the response.
 6
 7The auth_wrapper submodule enables functionality for an external caller
 8to use the authentication module, and get the results via a JSON dump 
 9in stdout.
10"""