[][src]Function safe_authenticator::config::remove_from_app_revocation_queue

pub async fn remove_from_app_revocation_queue<'_, '_>(
    client: &'_ AuthClient,
    queue: RevocationQueue,
    new_version: u64,
    app_id: &'_ str
) -> Result<(u64, RevocationQueue), AuthError>

Remove app_id from the revocation queue. Does nothing if the queue doesn't contain app_id.