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

8 lines
227 B
Haxe

package js.html;
@:native("ScopedCredentialInfo") extern class ScopedCredentialInfo {
function new();
final credential : ScopedCredential;
final publicKey : js.html.CryptoKey;
static var prototype : ScopedCredentialInfo;
}