TokenProviderInterface#
- class TokenProviderInterface#
Bases:
ABCInterface to token provider
Module:
iqm.station_control.client.authenticationMethods
- abstract get_token()#
Return a valid access token.
- Raises:
ClientAuthenticationError – acquiring the token failed
- Return type:
- abstract close()#
Close the authentication session.
- Raises:
ClientAuthenticationError – closing the session failed
- Return type:
None