mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 14:02:29 +00:00
Some refactoring and app token management
This commit is contained in:
@@ -37,6 +37,7 @@ impl ValueSerialize for PrincipalType {
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
pub struct AppToken {
|
||||
pub id: String,
|
||||
pub name: String,
|
||||
pub token: String,
|
||||
pub created_at: Option<DateTime<Utc>>,
|
||||
|
||||
Reference in New Issue
Block a user