pub async fn verification(
__arg0: State<RestState>,
rec: Option<Extension<Arc<KeyRecord>>>,
peer: Option<Extension<ConnectInfo<SocketAddr>>>,
__arg3: Json<Value>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>Expand description
POST /api/verification — request or submit a pre-login challenge.