iqm.iqm_client.authentication.TokenProviderInterface#
- class iqm.iqm_client.authentication.TokenProviderInterface#
Bases:
ABC
Interface to token provider
Methods
- abstract get_token() str #
Returns a valid access token.
- Raises:
ClientAuthenticationError – acquiring the token failed
- Return type:
- abstract close() None #
Closes authentication session.
- Raises:
ClientAuthenticationError – closing the session failed
- Return type:
None