mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
fix provider pool quota status handling
This commit is contained in:
@@ -157,6 +157,8 @@ export interface OAuthStatusInfo {
|
||||
isExpiringSoon: boolean
|
||||
isInvalid: boolean // Token 已失效(账号被封、授权撤销等)
|
||||
invalidReason?: string // 失效原因
|
||||
requiresReauth?: boolean
|
||||
usableUntilExpiry?: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user