auth
emtellisplit_sdk_python.auth
Module Contents
Classes
Functions
API
emtellisplit_sdk_python.auth.AuthSession
Bases: requests.Session
In order for the concepts defined in this file to be generalized across all our products, its better that the API servers need to be in union with respect to their auth related behaviours (status code, error message).
emtellisplit_sdk_python.auth.APIKeySession
Bases: emtellisplit_sdk_python.auth.AuthSession, requests.Session
emtellisplit_sdk_python.auth.RefreshingJWTSession
Bases: emtellisplit_sdk_python.auth.AuthSession, requests.Session

