oneiros-model 0.0.3

Shared domain types for oneiros
Documentation
1
2
3
4
5
6
7
8
use crate::*;

#[derive(Clone, Debug, PartialEq, serde::Serialize, serde::Deserialize)]
pub struct TokenClaims {
    pub brain_id: BrainId,
    pub tenant_id: TenantId,
    pub actor_id: ActorId,
}