actyx_sdk/service/
auth.rs

1use serde::Deserialize;
2#[derive(Deserialize, Debug)]
3pub struct AuthenticationResponse {
4    pub token: String,
5}