From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 Jun 2018 00:47:15 +0200 Subject: Upgrade to 0.0.13 --- .../-credentials/-init-.html | 15 +++++++ .../-credentials/index.html | 47 ++++++++++++++++++++++ .../-credentials/password.html | 14 +++++++ .../-credentials/username.html | 14 +++++++ 4 files changed, 90 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-credentials/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-credentials/index.html create mode 100644 api/pl.treksoft.kvision.remote/-credentials/password.html create mode 100644 api/pl.treksoft.kvision.remote/-credentials/username.html (limited to 'api/pl.treksoft.kvision.remote/-credentials') diff --git a/api/pl.treksoft.kvision.remote/-credentials/-init-.html b/api/pl.treksoft.kvision.remote/-credentials/-init-.html new file mode 100644 index 00000000..c80a8be6 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-credentials/-init-.html @@ -0,0 +1,15 @@ + + + +Credentials.<init> - kvision + + + +kvision / pl.treksoft.kvision.remote / Credentials / <init>
+
+

<init>

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

Username and password credentials.

+ + diff --git a/api/pl.treksoft.kvision.remote/-credentials/index.html b/api/pl.treksoft.kvision.remote/-credentials/index.html new file mode 100644 index 00000000..b61a5ce3 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-credentials/index.html @@ -0,0 +1,47 @@ + + + +Credentials - kvision + + + +kvision / pl.treksoft.kvision.remote / Credentials
+
+

Credentials

+data class Credentials +

Username and password credentials.

+

Constructors

+ + + + + + + +
+

<init>

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

Username and password credentials.

+
+

Properties

+ + + + + + + + + + + +
+

password

+
+val password: String?
+

username

+
+val username: String?
+ + diff --git a/api/pl.treksoft.kvision.remote/-credentials/password.html b/api/pl.treksoft.kvision.remote/-credentials/password.html new file mode 100644 index 00000000..64b737c4 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-credentials/password.html @@ -0,0 +1,14 @@ + + + +Credentials.password - kvision + + + +kvision / pl.treksoft.kvision.remote / Credentials / password
+
+

password

+ +val password: String? + + diff --git a/api/pl.treksoft.kvision.remote/-credentials/username.html b/api/pl.treksoft.kvision.remote/-credentials/username.html new file mode 100644 index 00000000..e86f56dc --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-credentials/username.html @@ -0,0 +1,14 @@ + + + +Credentials.username - kvision + + + +kvision / pl.treksoft.kvision.remote / Credentials / username
+
+

username

+ +val username: String? + + -- cgit