MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / TokenStat

Class TokenStat

library/src/domain/auth/entity.rs:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51#[derive(Default)]
52pub struct TokenStat {
53 pub access_token: String,
54 pub refresh_token: String,
55 pub expiry_date: DateTime<Utc>,
56}
57
58impl TokenStat {
59 pub fn create_token(&mut self) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected