Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EsperoTech/yaade
/ AccessTokenData
Interface
AccessTokenData
client/src/model/AccessToken.tsx:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
interface AccessTokenData {
9
name?: string;
10
createdAt?: number;
11
}
12
13
export default AccessToken;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected