Function: isPasskeyRegistrationResponse()
isPasskeyRegistrationResponse(
response):boolean
Defined in: src/auth/shared.ts:183
Determines if the given value has the shape of a WebAuthn RegistrationResponseJSON, as produced by
navigator.credentials.create() and submitted to finish a passkey registration ceremony.
Parameters
response
any
The value to check.
Returns
boolean