MCPcopy Create free account
hub / github.com/Roy3838/Observer / AuthTokens

Class AuthTokens

cli/src/auth.rs:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12/// Stored authentication tokens
13#[derive(Debug, Serialize, Deserialize)]
14pub struct AuthTokens {
15 pub access_token: String,
16 pub refresh_token: Option<String>,
17 pub expires_at: u64, // Unix timestamp
18}
19
20/// Device code response from Auth0
21#[derive(Debug, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected