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

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

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