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

7 lines
198 B
Haxe

package js.html;
@:native("AuthenticatorResponse") extern class AuthenticatorResponse {
function new();
final clientDataJSON : js.lib.ArrayBuffer;
static var prototype : AuthenticatorResponse;
}