diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-auth-info')
6 files changed, 137 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-auth-info/host.html b/api1/pl.treksoft.kvision.electron/-auth-info/host.html new file mode 100644 index 00000000..051774ed --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-auth-info/host.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AuthInfo.host - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">AuthInfo</a> / <a href="./host.html">host</a><br/> +<br/> +<h1>host</h1> +<a name="pl.treksoft.kvision.electron.AuthInfo$host"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">host</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-auth-info/index.html b/api1/pl.treksoft.kvision.electron/-auth-info/index.html new file mode 100644 index 00000000..05d306dc --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-auth-info/index.html @@ -0,0 +1,67 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AuthInfo - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="./index.html">AuthInfo</a><br/> +<br/> +<h1>AuthInfo</h1> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">AuthInfo</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="host.html">host</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">host</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="is-proxy.html">isProxy</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">isProxy</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="port.html">port</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">port</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="realm.html">realm</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">realm</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="scheme.html">scheme</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">scheme</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Extension Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> +<p>Helper function for creating JavaScript objects from dynamic constructors.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-auth-info/is-proxy.html b/api1/pl.treksoft.kvision.electron/-auth-info/is-proxy.html new file mode 100644 index 00000000..298a4c81 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-auth-info/is-proxy.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AuthInfo.isProxy - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">AuthInfo</a> / <a href="./is-proxy.html">isProxy</a><br/> +<br/> +<h1>isProxy</h1> +<a name="pl.treksoft.kvision.electron.AuthInfo$isProxy"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">isProxy</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-auth-info/port.html b/api1/pl.treksoft.kvision.electron/-auth-info/port.html new file mode 100644 index 00000000..c1756f04 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-auth-info/port.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AuthInfo.port - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">AuthInfo</a> / <a href="./port.html">port</a><br/> +<br/> +<h1>port</h1> +<a name="pl.treksoft.kvision.electron.AuthInfo$port"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">port</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-auth-info/realm.html b/api1/pl.treksoft.kvision.electron/-auth-info/realm.html new file mode 100644 index 00000000..184f955a --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-auth-info/realm.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AuthInfo.realm - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">AuthInfo</a> / <a href="./realm.html">realm</a><br/> +<br/> +<h1>realm</h1> +<a name="pl.treksoft.kvision.electron.AuthInfo$realm"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">realm</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-auth-info/scheme.html b/api1/pl.treksoft.kvision.electron/-auth-info/scheme.html new file mode 100644 index 00000000..1040ae80 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-auth-info/scheme.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AuthInfo.scheme - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">AuthInfo</a> / <a href="./scheme.html">scheme</a><br/> +<br/> +<h1>scheme</h1> +<a name="pl.treksoft.kvision.electron.AuthInfo$scheme"></a> +<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">scheme</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> |