[][src]Function safe_authenticator::config::get_app_revocation_queue

pub async fn get_app_revocation_queue<'_>(
    client: &'_ AuthClient
) -> Result<(Option<u64>, RevocationQueue), AuthError>

Get authenticator's revocation queue. Returns version and the revocation queue in a tuple. If the queue is not found on the config file, returns None.