diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-03-13 01:05:20 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-03-13 01:05:20 +0100 |
commit | 0365722f8549ee93918be99da1b9f901cf0b2c8d (patch) | |
tree | 01624b829e0d11c122070dacab6e7b1bf90325a8 /api/pl.treksoft.kvision.remote/-credentials | |
parent | 4ffe1bee99a55e985bb71dacff3839263cb4316f (diff) | |
download | kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.gz kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.bz2 kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.zip |
API documentation for KVision 3.5.2
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-credentials')
4 files changed, 11 insertions, 23 deletions
diff --git a/api/pl.treksoft.kvision.remote/-credentials/-init-.html b/api/pl.treksoft.kvision.remote/-credentials/-init-.html index c80a8be6..6c4354eb 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/-init-.html +++ b/api/pl.treksoft.kvision.remote/-credentials/-init-.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">Credentials</a> / <a href="./-init-.html"><init></a><br/> <br/> <h1><init></h1> -<a name="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)"></a> +(js) <a name="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)"></a> <code><span class="identifier">Credentials</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)/username">username</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)/password">password</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code> <p>Username and password credentials.</p> </BODY> diff --git a/api/pl.treksoft.kvision.remote/-credentials/index.html b/api/pl.treksoft.kvision.remote/-credentials/index.html index 0f549ee5..cba9555c 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/index.html +++ b/api/pl.treksoft.kvision.remote/-credentials/index.html @@ -8,19 +8,19 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="./index.html">Credentials</a><br/> <br/> <h1>Credentials</h1> -<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">Credentials</span></code> +(js) <code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">Credentials</span></code> <p>Username and password credentials.</p> <h3>Constructors</h3> <table> <tbody> <tr> <td> -<p><a href="-init-.html"><init></a></p> +(js) +<h4><a href="-init-.html"><init></a></h4> </td> <td> -<code><span class="identifier">Credentials</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)/username">username</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)/password">password</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code> <p>Username and password credentials.</p> -</td> +<code><span class="identifier">Credentials</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)/username">username</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.Credentials$<init>(kotlin.String, kotlin.String)/password">password</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code></td> </tr> </tbody> </table> @@ -29,33 +29,21 @@ <tbody> <tr> <td> -<p><a href="password.html">password</a></p> +(js) +<h4><a href="password.html">password</a></h4> </td> <td> <code><span class="keyword">val </span><span class="identifier">password</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="username.html">username</a></p> +(js) +<h4><a href="username.html">username</a></h4> </td> <td> <code><span class="keyword">val </span><span class="identifier">username</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></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/api/pl.treksoft.kvision.remote/-credentials/password.html b/api/pl.treksoft.kvision.remote/-credentials/password.html index 64b737c4..8ce91398 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/password.html +++ b/api/pl.treksoft.kvision.remote/-credentials/password.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">Credentials</a> / <a href="./password.html">password</a><br/> <br/> <h1>password</h1> -<a name="pl.treksoft.kvision.remote.Credentials$password"></a> +(js) <a name="pl.treksoft.kvision.remote.Credentials$password"></a> <code><span class="keyword">val </span><span class="identifier">password</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.remote/-credentials/username.html b/api/pl.treksoft.kvision.remote/-credentials/username.html index e86f56dc..c8d30355 100644 --- a/api/pl.treksoft.kvision.remote/-credentials/username.html +++ b/api/pl.treksoft.kvision.remote/-credentials/username.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">Credentials</a> / <a href="./username.html">username</a><br/> <br/> <h1>username</h1> -<a name="pl.treksoft.kvision.remote.Credentials$username"></a> +(js) <a name="pl.treksoft.kvision.remote.Credentials$username"></a> <code><span class="keyword">val </span><span class="identifier">username</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> </BODY> </HTML> |