Auth WIP
This commit is contained in:
parent
254c6be42b
commit
6656403ce8
8 changed files with 140 additions and 56 deletions
|
@ -958,10 +958,6 @@ impl AcpThread {
|
|||
cx.notify();
|
||||
}
|
||||
|
||||
pub fn authenticate(&self, cx: &mut App) -> impl use<> + Future<Output = Result<()>> {
|
||||
self.connection.authenticate(cx)
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub fn send_raw(
|
||||
&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue