@univerjs/protocol
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -98,2 +98,3 @@ import type { Duration } from "../google/protobuf/duration"; | ||
oidc: Auth_OIDC | undefined; | ||
oauth2: Auth_Oauth2 | undefined; | ||
} | ||
@@ -106,3 +107,19 @@ export interface Auth_OIDC { | ||
cookieDomain: string; | ||
enabled: boolean; | ||
} | ||
export interface Auth_Oauth2 { | ||
clientID: string; | ||
clientSecret: string; | ||
redirectURL: string; | ||
cookieDomain: string; | ||
enabled: boolean; | ||
authURL: string; | ||
tokenURL: string; | ||
apiURL: string; | ||
scopes: string; | ||
openidPath: string; | ||
emailPath: string; | ||
namePath: string; | ||
avatarPath: string; | ||
} | ||
export interface ApiLimit { | ||
@@ -109,0 +126,0 @@ method: ApiLimit_TokenLimit | undefined; |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
138271
42
3742