ExternalToken#
- class ExternalToken(token)#
Bases:
TokenProviderInterfaceHolds an external token
Module:
iqm.station_control.client.authenticationMethods
- Parameters:
token (str)
- get_token()#
Return a valid access token.
- Raises:
ClientAuthenticationError – acquiring the token failed
- Return type:
- close()#
Close the authentication session.
- Raises:
ClientAuthenticationError – closing the session failed
- Return type:
None