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 --- .../-login-service/index.html | 34 +++++++--------------- 1 file changed, 11 insertions(+), 23 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-login-service/index.html') diff --git a/api/pl.treksoft.kvision.remote/-login-service/index.html b/api/pl.treksoft.kvision.remote/-login-service/index.html index c965f5d7..2863c022 100644 --- a/api/pl.treksoft.kvision.remote/-login-service/index.html +++ b/api/pl.treksoft.kvision.remote/-login-service/index.html @@ -8,19 +8,19 @@ kvision / pl.treksoft.kvision.remote / LoginService

LoginService

-class LoginService +(js) class LoginService

Form login dispatcher.

Constructors

+LoginService(loginEndpoint: String)
-

<init>

+(js) +

<init>

-LoginService(loginEndpoint: String)

Form login dispatcher.

-
@@ -29,14 +29,16 @@ -

loginAgent

+(js) +

loginAgent

val loginAgent: CallAgent -

loginEndpoint

+(js) +

loginEndpoint

val loginEndpoint: String @@ -48,26 +50,12 @@ -

login

+(js) +

login

-suspend fun login(credentials: Credentials?): Boolean

Login with a form.

- - - - -

Extension Functions

- - - - - +suspend fun login(credentials: Credentials?): Boolean
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit