async fn authenticate_connection(
unauth: Arc<Connection>,
method: Box<Authenticate>,
ctx: Arc<dyn Context>,
) -> Result<AuthenticateReply, RpcError>
Expand description
Invoke the “authenticate” method on a connection.
async fn authenticate_connection(
unauth: Arc<Connection>,
method: Box<Authenticate>,
ctx: Arc<dyn Context>,
) -> Result<AuthenticateReply, RpcError>
Invoke the “authenticate” method on a connection.