@pulumi/auth0 3.36.0-alpha.1767139472 → 3.36.0
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/package.json +2 -2
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/auth0",
|
|
3
|
-
"version": "3.36.0
|
|
3
|
+
"version": "3.36.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing auth0 cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "auth0",
|
|
26
|
-
"version": "3.36.0
|
|
26
|
+
"version": "3.36.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -1449,7 +1449,7 @@ export interface ClientSessionTransfer {
|
|
|
1449
1449
|
*/
|
|
1450
1450
|
canCreateSessionTransferToken?: pulumi.Input<boolean>;
|
|
1451
1451
|
/**
|
|
1452
|
-
* Indicates whether Refresh
|
|
1452
|
+
* Indicates whether revoking the parent Refresh Token that initiated a Native to Web flow and was used to issue a Session Transfer Token should trigger a cascade revocation affecting its dependent child entities. Usually configured in the native application.
|
|
1453
1453
|
*/
|
|
1454
1454
|
enforceCascadeRevocation?: pulumi.Input<boolean>;
|
|
1455
1455
|
/**
|
|
@@ -1457,7 +1457,7 @@ export interface ClientSessionTransfer {
|
|
|
1457
1457
|
*/
|
|
1458
1458
|
enforceDeviceBinding?: pulumi.Input<string>;
|
|
1459
1459
|
/**
|
|
1460
|
-
* Indicates whether
|
|
1460
|
+
* Indicates whether Refresh Tokens created during a native-to-web session are tied to that session's lifetime. This determines if such refresh tokens should be automatically revoked when their corresponding sessions are. Usually configured in the web application.
|
|
1461
1461
|
*/
|
|
1462
1462
|
enforceOnlineRefreshTokens?: pulumi.Input<boolean>;
|
|
1463
1463
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -1448,17 +1448,17 @@ export interface ClientSessionTransfer {
|
|
|
1448
1448
|
*/
|
|
1449
1449
|
canCreateSessionTransferToken: boolean;
|
|
1450
1450
|
/**
|
|
1451
|
-
* Indicates whether Refresh
|
|
1451
|
+
* Indicates whether revoking the parent Refresh Token that initiated a Native to Web flow and was used to issue a Session Transfer Token should trigger a cascade revocation affecting its dependent child entities. Usually configured in the native application.
|
|
1452
1452
|
*/
|
|
1453
|
-
enforceCascadeRevocation
|
|
1453
|
+
enforceCascadeRevocation?: boolean;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* Configures the level of device binding enforced when a session*transfer*token is consumed. Can be one of `ip`, `asn` or `none`.
|
|
1456
1456
|
*/
|
|
1457
1457
|
enforceDeviceBinding: string;
|
|
1458
1458
|
/**
|
|
1459
|
-
* Indicates whether
|
|
1459
|
+
* Indicates whether Refresh Tokens created during a native-to-web session are tied to that session's lifetime. This determines if such refresh tokens should be automatically revoked when their corresponding sessions are. Usually configured in the web application.
|
|
1460
1460
|
*/
|
|
1461
|
-
enforceOnlineRefreshTokens
|
|
1461
|
+
enforceOnlineRefreshTokens?: boolean;
|
|
1462
1462
|
}
|
|
1463
1463
|
export interface ClientTokenExchange {
|
|
1464
1464
|
/**
|
|
@@ -4035,7 +4035,7 @@ export interface GetClientSessionTransfer {
|
|
|
4035
4035
|
*/
|
|
4036
4036
|
canCreateSessionTransferToken: boolean;
|
|
4037
4037
|
/**
|
|
4038
|
-
* Indicates whether Refresh
|
|
4038
|
+
* Indicates whether revoking the parent Refresh Token that initiated a Native to Web flow and was used to issue a Session Transfer Token should trigger a cascade revocation affecting its dependent child entities. Usually configured in the native application.
|
|
4039
4039
|
*/
|
|
4040
4040
|
enforceCascadeRevocation: boolean;
|
|
4041
4041
|
/**
|
|
@@ -4043,7 +4043,7 @@ export interface GetClientSessionTransfer {
|
|
|
4043
4043
|
*/
|
|
4044
4044
|
enforceDeviceBinding: string;
|
|
4045
4045
|
/**
|
|
4046
|
-
* Indicates whether
|
|
4046
|
+
* Indicates whether Refresh Tokens created during a native-to-web session are tied to that session's lifetime. This determines if such refresh tokens should be automatically revoked when their corresponding sessions are. Usually configured in the web application.
|
|
4047
4047
|
*/
|
|
4048
4048
|
enforceOnlineRefreshTokens: boolean;
|
|
4049
4049
|
}
|
|
@@ -4282,7 +4282,7 @@ export interface GetClientsClientSessionTransfer {
|
|
|
4282
4282
|
*/
|
|
4283
4283
|
canCreateSessionTransferToken: boolean;
|
|
4284
4284
|
/**
|
|
4285
|
-
* Indicates whether Refresh
|
|
4285
|
+
* Indicates whether revoking the parent Refresh Token that initiated a Native to Web flow and was used to issue a Session Transfer Token should trigger a cascade revocation affecting its dependent child entities. Usually configured in the native application.
|
|
4286
4286
|
*/
|
|
4287
4287
|
enforceCascadeRevocation: boolean;
|
|
4288
4288
|
/**
|
|
@@ -4290,7 +4290,7 @@ export interface GetClientsClientSessionTransfer {
|
|
|
4290
4290
|
*/
|
|
4291
4291
|
enforceDeviceBinding: string;
|
|
4292
4292
|
/**
|
|
4293
|
-
* Indicates whether
|
|
4293
|
+
* Indicates whether Refresh Tokens created during a native-to-web session are tied to that session's lifetime. This determines if such refresh tokens should be automatically revoked when their corresponding sessions are. Usually configured in the web application.
|
|
4294
4294
|
*/
|
|
4295
4295
|
enforceOnlineRefreshTokens: boolean;
|
|
4296
4296
|
}
|