iqm.iqm_client.cli.auth.logout_request

Contents

iqm.iqm_client.cli.auth.logout_request#

iqm.iqm_client.cli.auth.logout_request(url: str, realm: str, client_id: str, refresh_token: str) bool#

Sends logout request to the authentication server.

Raises:

ClientAuthenticationError – updating the tokens failed

Returns:

True if logout was successful

Parameters:
  • url (str) –

  • realm (str) –

  • client_id (str) –

  • refresh_token (str) –

Return type:

bool