Function renew_token_client_managed

Source
async fn renew_token_client_managed(
    client: &InternalClient,
    tokens: Arc<dyn ClientManagedTokens>,
) -> Result<(), LoginError>