File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model/Audits Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ final class FederatedAuthRequestIssueReasonEnum
1616 public const WELL_KNOWN_HTTP_NOT_FOUND = 'WellKnownHttpNotFound ' ;
1717 public const WELL_KNOWN_NO_RESPONSE = 'WellKnownNoResponse ' ;
1818 public const WELL_KNOWN_INVALID_RESPONSE = 'WellKnownInvalidResponse ' ;
19+ public const WELL_KNOWN_LIST_EMPTY = 'WellKnownListEmpty ' ;
1920 public const CONFIG_NOT_IN_WELL_KNOWN = 'ConfigNotInWellKnown ' ;
2021 public const WELL_KNOWN_TOO_BIG = 'WellKnownTooBig ' ;
2122 public const CONFIG_HTTP_NOT_FOUND = 'ConfigHttpNotFound ' ;
@@ -30,6 +31,7 @@ final class FederatedAuthRequestIssueReasonEnum
3031 public const ACCOUNTS_HTTP_NOT_FOUND = 'AccountsHttpNotFound ' ;
3132 public const ACCOUNTS_NO_RESPONSE = 'AccountsNoResponse ' ;
3233 public const ACCOUNTS_INVALID_RESPONSE = 'AccountsInvalidResponse ' ;
34+ public const ACCOUNTS_LIST_EMPTY = 'AccountsListEmpty ' ;
3335 public const ID_TOKEN_HTTP_NOT_FOUND = 'IdTokenHttpNotFound ' ;
3436 public const ID_TOKEN_NO_RESPONSE = 'IdTokenNoResponse ' ;
3537 public const ID_TOKEN_INVALID_RESPONSE = 'IdTokenInvalidResponse ' ;
Original file line number Diff line number Diff line change 16691669 "WellKnownHttpNotFound",
16701670 "WellKnownNoResponse",
16711671 "WellKnownInvalidResponse",
1672+ "WellKnownListEmpty",
16721673 "ConfigNotInWellKnown",
16731674 "WellKnownTooBig",
16741675 "ConfigHttpNotFound",
16831684 "AccountsHttpNotFound",
16841685 "AccountsNoResponse",
16851686 "AccountsInvalidResponse",
1687+ "AccountsListEmpty",
16861688 "IdTokenHttpNotFound",
16871689 "IdTokenNoResponse",
16881690 "IdTokenInvalidResponse",
Original file line number Diff line number Diff line change 1- ed1bf1fefaed4996f6907907387bee39 protocol.json
1+ 3e68e16e0007b6f85b43ded895e3785a protocol.json
You can’t perform that action at this time.
0 commit comments