feat: 接入 SSF 实时会话撤销
This commit is contained in:
@@ -50,6 +50,8 @@ type User struct {
|
||||
APIKeyPrefix string `json:"apiKeyPrefix,omitempty"`
|
||||
APIKeyScopes []string `json:"apiKeyScopes,omitempty"`
|
||||
TokenExpiresAt time.Time `json:"-"`
|
||||
TokenIssuedAt time.Time `json:"-"`
|
||||
Issuer string `json:"-"`
|
||||
}
|
||||
|
||||
type contextKey string
|
||||
|
||||
Reference in New Issue
Block a user