[][src]Function safe_authenticator::config::repush_to_app_revocation_queue

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

Moves app_id to the back of the revocation queue. Does nothing if the queue doesn't contain app_id.