[][src]Function safe_authenticator::config::push_to_app_revocation_queue

pub fn push_to_app_revocation_queue(
    client: &AuthClient,
    queue: RevocationQueue,
    new_version: u64,
    app_id: &str
) -> Box<AuthFuture<(u64, RevocationQueue)>>

Push new app_id into the revocation queue and put it onto the network. Does nothing if the queue already contains app_id.