flowfabricpy.auth¶
Functions for getting an authentication token
Functions
|
Get and cache an authentication token |
|
Force refresh the cached token |
|
Helper function to load a token. |
|
Parse a query given as a string argument. |
|
Helper function to save a token. |
|
Helper function to determine the validity of a token. |
|
Parse a URL into 6 components: <scheme>://<netloc>/<path>;<params>?<query>#<fragment> |
Classes
|
HTTP request handler base class. |
|
|
|
|
|
Versatile OAuth 2 extension to |
|
Class to handle the OAuth callback |
|
PurePath subclass that can make system calls. |