@pulumi/auth0 3.2.0-alpha.1704427898 → 3.2.0-alpha.1705199704

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/auth0",
3
- "version": "v3.2.0-alpha.1704427898+446183a6",
3
+ "version": "v3.2.0-alpha.1705199704+d05ca8f2",
4
4
  "description": "A Pulumi package for creating and managing auth0 cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -1430,7 +1430,7 @@ export interface ConnectionOptionsAttributeMap {
1430
1430
  }
1431
1431
  export interface ConnectionOptionsConnectionSettings {
1432
1432
  /**
1433
- * PKCE configuration. Possible values: `auto` (uses the strongest algorithm available), `s256` (uses the SHA-256 algorithm), `plain` (uses plaintext as described in the PKCE specification) or `disabled` (disables support for PKCE).
1433
+ * PKCE configuration. Possible values: `auto` (uses the strongest algorithm available), `S256` (uses the SHA-256 algorithm), `plain` (uses plaintext as described in the PKCE specification) or `disabled` (disables support for PKCE).
1434
1434
  */
1435
1435
  pkce: pulumi.Input<string>;
1436
1436
  }
package/types/output.d.ts CHANGED
@@ -1429,7 +1429,7 @@ export interface ConnectionOptionsAttributeMap {
1429
1429
  }
1430
1430
  export interface ConnectionOptionsConnectionSettings {
1431
1431
  /**
1432
- * PKCE configuration. Possible values: `auto` (uses the strongest algorithm available), `s256` (uses the SHA-256 algorithm), `plain` (uses plaintext as described in the PKCE specification) or `disabled` (disables support for PKCE).
1432
+ * PKCE configuration. Possible values: `auto` (uses the strongest algorithm available), `S256` (uses the SHA-256 algorithm), `plain` (uses plaintext as described in the PKCE specification) or `disabled` (disables support for PKCE).
1433
1433
  */
1434
1434
  pkce: string;
1435
1435
  }