From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-credentials/index.html | 28 +++++++--------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-credentials/index.html') 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 @@ kvision / pl.treksoft.kvision.remote / Credentials

Credentials

-data class Credentials +(js) data class Credentials

Username and password credentials.

Constructors

+Credentials(username: String? = null, password: String? = null)
-

<init>

+(js) +

<init>

-Credentials(username: String? = null, password: String? = null)

Username and password credentials.

-
@@ -29,33 +29,21 @@ -

password

+(js) +

password

val password: String? -

username

+(js) +

username

val username: String? -

Extension Functions

- - - - - - - -
-

createInstance

-
-fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit