Exceptions
- class fair_research_login.exc.LoginException
Bases:
ExceptionA top level fair_research_login exception, which can be used to catch all other exceptions in fair_research_login.
- class fair_research_login.exc.InvalidTokenFormat(message, code=None)
Bases:
LoginExceptionA token format was found to be an invalid format.
- class fair_research_login.exc.AuthFailure
Bases:
LoginExceptionAuthentication with Globus Auth failed for some reason.
- class fair_research_login.exc.LocalServerError
Bases:
AuthFailureThe Local Server Code Handler failed to get an auth code.
- class fair_research_login.exc.LoadError
Bases:
LoginExceptionFailed to load tokens from storage.
- class fair_research_login.exc.TokenStorageDisabled
Bases:
LoadErrorStorage is disabled and cannot be used, due to no storage being configured.