Authenticating
- 17 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Authenticating
- Mis à jour le 17 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
To perform an authenticating operation with the OneSpan FIDO2 SDK, you need to create an AuthenticatingFinalize object and provide the following interface implementations required by this object constructor:
- authenticatorCredentialDataProvider: Implementation of the AuthenticatorCredentialDataProvider interface allowing access to stored AuthenticatorCredential objects.
- authenticationExtensionVerifier: Responsible for verification of the extension used in the WebAuthn authentication process.
Table: Authenticating methods and parameters lists the methods, their parameters, and the objects they return.
Purpose | Parameters | Returned object |
---|---|---|
Method: generatePublicKeyCredentialRequestOptions() | ||
Initialize the authentication process. |
| PublicKeyCredentialRequestOptions: Object to be sent back to the requesting client. |
Method: finalizeAuthentication() | ||
Finalize the authentication process. |
| PostAuthData: Object to be stored after the operation. |
Cet article vous a-t-il été utile ?