UNPKG
@oslojs/webauthn
Version:
latest (1.0.0)
1.0.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Parse and verify Web Authentication data
github.com/oslo-project/webauthn
oslo-project/webauthn
@oslojs/webauthn
/
dist
/
signature.d.ts
2 lines
(1 loc)
•
128 B
TypeScript
View Raw
1
2
export
declare
function
createAssertionSignatureMessage
(
authenticatorData:
Uint8Array
, clientDataJSON:
Uint8Array
):
Uint8Array
;