Authentication ============== Authentication functions and utilities. .. currentmodule:: idtap Main Functions -------------- .. autofunction:: login_google Authentication Utilities ------------------------ .. currentmodule:: idtap.auth .. autofunction:: get_stored_tokens .. autofunction:: clear_stored_tokens Secure Storage -------------- .. currentmodule:: idtap.secure_storage The secure storage module handles safe storage of OAuth tokens across different platforms. .. autoclass:: SecureStorage :members: :undoc-members: :show-inheritance: