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