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
@@ -62,10 +89,10 @@ public protocol AuthenticatorProtocol<CredentialSource> {
62
89
63
90
/// Make credentials for the specified registration request, returning the credential source that the caller should store for subsequent authentication.
64
91
///
65
-
/// - Important: Depending on the authenticator being used, the credential source may contain private keys, and must be stored sequirely, such as in the user's Keychain, or in a Hardware Security Module appropriate with the level of security you wish to secure your user's account with.
92
+
/// - Important: Depending on the authenticator being used, the credential source may contain private keys, and must be stored securely, such as in the user's Keychain, or in a Hardware Security Module appropriate with the level of security you wish to secure your user's account with.
/// [WebAuthn Level 3 Editor's Draft §5.1.4.2. Issuing a Credential Request to an Authenticator](https://w3c.github.io/webauthn/#sctn-issuing-cred-request-to-authenticator)
349
376
/// Step 1. If pkOptions.userVerification is set to required and the authenticator is not capable of performing user verification, return false.
350
377
if authenticationRequest.options.userVerification ==.required && !canPerformUserVerification {
/// If the authenticator cannot find any credential corresponding to the specified Relying Party that matches the specified criteria, it terminates the operation and returns an error.
0 commit comments