antimatter.authz#
Submodules#
Package Contents#
Classes#
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
- class antimatter.authz.Authorization(auth_client: antimatter.authn.Authentication)#
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- abstract get_client() antimatter_api.ApiClient#
- abstract get_session() antimatter_engine.PySession#
- class antimatter.authz.TokenAuthorization(auth_client: antimatter.authn.Authentication)#
Bases:
antimatter.authz.base.AuthorizationHelper class that provides a standard way to create an ABC using inheritance.
- get_client() antimatter_api.ApiClient#
- get_session() antimatter_engine.PySession#