@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 +1 -1
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
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), `
|
|
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), `
|
|
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
|
}
|