File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ interface AuthenticationExtensionsClientOutputs {
217217
218218interface AuthenticationExtensionsClientOutputsJSON {
219219 appid?: boolean;
220- appidExclude?: boolean;
221220 credProps?: CredentialPropertiesOutput;
222221 largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
223222 prf?: AuthenticationExtensionsPRFOutputsJSON;
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ interface AuthenticationExtensionsClientOutputs {
214214
215215interface AuthenticationExtensionsClientOutputsJSON {
216216 appid?: boolean;
217- appidExclude?: boolean;
218217 credProps?: CredentialPropertiesOutput;
219218 largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
220219 prf?: AuthenticationExtensionsPRFOutputsJSON;
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ interface AuthenticationExtensionsClientOutputs {
214214
215215interface AuthenticationExtensionsClientOutputsJSON {
216216 appid?: boolean;
217- appidExclude?: boolean;
218217 credProps?: CredentialPropertiesOutput;
219218 largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
220219 prf?: AuthenticationExtensionsPRFOutputsJSON;
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ interface AuthenticationExtensionsClientOutputs {
214214
215215interface AuthenticationExtensionsClientOutputsJSON {
216216 appid?: boolean;
217- appidExclude?: boolean;
218217 credProps?: CredentialPropertiesOutput;
219218 largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
220219 prf?: AuthenticationExtensionsPRFOutputsJSON;
Original file line number Diff line number Diff line change @@ -56,4 +56,8 @@ removals {
5656 member otp
5757 member password
5858 }
59+
60+ dictionary AuthenticationExtensionsClientOutputsJSON {
61+ member appidExclude // No implementation as of 2025-12
62+ }
5963}
You can’t perform that action at this time.
0 commit comments