MCPcopy Create free account
hub / github.com/LQF-dev/smart-hr / AuthResponseData

Interface AuthResponseData

front/src/api/auth.ts:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// 后端实际返回的认证响应格式
23export interface AuthResponseData {
24 accessToken: string
25 refreshToken: string
26 tokenType: string
27 expiresIn: number
28 user: User
29}
30
31// 前端使用的简化格式
32export interface AuthResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected