iqm.iqm_client.cli.auth.token_is_valid

Contents

iqm.iqm_client.cli.auth.token_is_valid#

iqm.iqm_client.cli.auth.token_is_valid(refresh_token: str) bool#

Check if token is not about to expire.

Returns:

True if token is still valid, False otherwise.

Parameters:

refresh_token (str) –

Return type:

bool