You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [[Get]] was added in commit 46d6c51 in PR #672. The reason appears to have been for consistency with §5.1.3. Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Method. "Use an existing credential to make an assertion" already had a "[[DiscoverFromExternalSource]]" sub-heading; the reason this was (and still is) a sub-heading appears to be because "Use an existing credential to make an assertion" refers to both [[DiscoverFromExternalSource]] and [[CollectFromCredentialStore]] and how they interact.
§5.1.4. Use an Existing Credential to Make an Assertion - PublicKeyCredential’s [[Get]](options) Method appears to reference a
[[Get]]
internal method on theCredential
interface from CredMan, but no such internal method exists (unlike[[Create]]
, which does exist). Rather,[[DiscoverFromExternalSource]]
is the actual internal method we override.Proposed Change
The text was updated successfully, but these errors were encountered: