From f0c2d4fa1ea8d5021deb8582e4248605b26766a2 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Tue, 14 May 2024 16:10:32 -0700 Subject: [PATCH] Update groupdata --- files/jsondata/GroupData.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/jsondata/GroupData.json b/files/jsondata/GroupData.json index e19aadbf591259d..9682a70c25cadf8 100644 --- a/files/jsondata/GroupData.json +++ b/files/jsondata/GroupData.json @@ -215,7 +215,9 @@ "Credential", "CredentialsContainer", "FederatedCredential", - "PasswordCredential" + "FederatedCredentialInit", + "PasswordCredential", + "PasswordCredentialInit" ], "methods": [], "properties": ["Navigator.credentials"], @@ -1817,6 +1819,7 @@ ], "interfaces": [ "PublicKeyCredential", + "PublicKeyCredentialCreationOptions", "AuthenticatorResponse", "AuthenticatorAttestationResponse", "AuthenticatorAssertionResponse"