revoke_temporary_authorization_by_id_sync


Description:

public bool revoke_temporary_authorization_by_id_sync (string id, Cancellable? cancellable = null) throws Error

Synchronously revokes a temporary authorization.

The calling thread is blocked until a reply is received. See revoke_temporary_authorization_by_id for the asynchronous version.

Parameters:

this

A Authority.

id

The opaque identifier for the temporary authorization.

cancellable

A Cancellable or null.

Returns:

true if the temporary authorization was revoked, false if error is set.