Files
kiss-flixel/feedback-server/externs/js/html/WebAuthnAssertion.hx

10 lines
306 B
Haxe

package js.html;
@:native("WebAuthnAssertion") extern class WebAuthnAssertion {
function new();
final authenticatorData : js.lib.ArrayBuffer;
final clientData : js.lib.ArrayBuffer;
final credential : ScopedCredential;
final signature : js.lib.ArrayBuffer;
static var prototype : WebAuthnAssertion;
}