iqm.iqm_client.authentication.TokensFileReader#
- class iqm.iqm_client.authentication.TokensFileReader(tokens_file)#
Bases:
TokenProviderInterface
Reads token from a file
Methods
- Parameters:
tokens_file (str) –
- get_token()#
Returns a valid access token.
- Raises:
ClientAuthenticationError – acquiring the token failed
- Return type:
- close()#
Closes authentication session.
- Raises:
ClientAuthenticationError – closing the session failed
- Return type:
None