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

pub fn get_app_revocation_queue(
    client: &AuthClient
) -> Box<AuthFuture<(Option<u64>, RevocationQueue)>>

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.