@cloudbase/oauth 1.3.9-beta → 1.3.11-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/auth/models.d.ts +3 -2
- package/auth/models.js.map +1 -1
- package/package.json +1 -1
package/auth/models.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export interface SignInRequest {
|
|
|
3
3
|
password?: string;
|
|
4
4
|
verification_token?: string;
|
|
5
5
|
two_factor_password?: string;
|
|
6
|
+
provider_token?: string;
|
|
6
7
|
}
|
|
7
8
|
export interface SignInWithProviderRequest {
|
|
8
9
|
provider_token: string;
|
|
@@ -265,11 +266,11 @@ export interface RevokeDeviceRequest {
|
|
|
265
266
|
device_id: string;
|
|
266
267
|
}
|
|
267
268
|
export interface SignoutRequest {
|
|
268
|
-
|
|
269
|
+
redirect_uri?: string;
|
|
269
270
|
state?: string;
|
|
270
271
|
}
|
|
271
272
|
export interface SignoutReponse {
|
|
272
|
-
|
|
273
|
+
redirect_uri?: string;
|
|
273
274
|
}
|
|
274
275
|
export interface AuthorizeDeviceRequest {
|
|
275
276
|
client_id: string;
|
package/auth/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/auth/models.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/auth/models.ts"],"names":[],"mappings":";;AAgWA,EAAE,CAAA"}
|