diff --git a/src/Passkey.ts b/src/Passkey.ts index 45318fe..d82f1c6 100644 --- a/src/Passkey.ts +++ b/src/Passkey.ts @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */