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