Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/Passkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class Passkey {
* Creates a new Passkey
*
* @param request The FIDO2 Attestation Request in JSON format
* @param options An object containing options for the registration process
* @returns The FIDO2 Attestation Result in JSON format
* @throws
*/
Expand Down Expand Up @@ -49,7 +48,6 @@ export class Passkey {
* Forces the usage of a platform authenticator on iOS
*
* @param request The FIDO2 Attestation Request in JSON format
* @param options An object containing options for the registration process
* @returns The FIDO2 Attestation Result in JSON format
* @throws
*/
Expand Down Expand Up @@ -81,7 +79,6 @@ export class Passkey {
* Forces the usage of a security authenticator on iOS
*
* @param request The FIDO2 Attestation Request in JSON format
* @param options An object containing options for the registration process
* @returns The FIDO2 Attestation Result in JSON format
* @throws
*/
Expand Down Expand Up @@ -112,7 +109,6 @@ export class Passkey {
* Authenticates using an existing Passkey
*
* @param request The FIDO2 Assertion Request in JSON format
* @param options An object containing options for the authentication process
* @returns The FIDO2 Assertion Result in JSON format
* @throws
*/
Expand Down Expand Up @@ -144,7 +140,6 @@ export class Passkey {
* Forces the usage of a platform authenticator on iOS
*
* @param request The FIDO2 Assertion Request in JSON format
* @param options An object containing options for the authentication process
* @returns The FIDO2 Assertion Result in JSON format
* @throws
*/
Expand Down Expand Up @@ -176,7 +171,6 @@ export class Passkey {
* Forces the usage of a security authenticator on iOS
*
* @param request The FIDO2 Assertion Request in JSON format
* @param options An object containing options for the authentication process
* @returns The FIDO2 Assertion Result in JSON format
* @throws
*/
Expand Down