feat(frontend): require center API key on login/auth calls
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type AuthSession = {
|
||||
centerApiBase: string
|
||||
centerApiKey: string
|
||||
accessToken: string
|
||||
refreshToken: string
|
||||
tokenType: string
|
||||
|
||||
Reference in New Issue
Block a user