Interface: IAuthStatus
Defined in: src/types/services.ts:12
Authentication status snapshot returned by IAuthService.getStatus.
Properties
status
status:
string
Defined in: src/types/services.ts:16
Auth lifecycle status (e.g., "resolved", "pending", "expired")
token?
optionaltoken?:string
Defined in: src/types/services.ts:14
Current auth token, if resolved