Function mz::server::request

source ·
async fn request(
    __arg0: Query<BrowserAPIToken>,
    tx: UnboundedSender<Result<AppPassword, Error>>,
) -> Response
Expand description

Request handler for the server waiting the browser API token creation Axum requires the handler be async even though we don’t await