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 --- .../-security-mgr/index.html | 46 ++++++++-------------- 1 file changed, 16 insertions(+), 30 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-security-mgr/index.html') diff --git a/api/pl.treksoft.kvision.remote/-security-mgr/index.html b/api/pl.treksoft.kvision.remote/-security-mgr/index.html index 625ecad1..53e08fe5 100644 --- a/api/pl.treksoft.kvision.remote/-security-mgr/index.html +++ b/api/pl.treksoft.kvision.remote/-security-mgr/index.html @@ -8,19 +8,19 @@ kvision / pl.treksoft.kvision.remote / SecurityMgr

SecurityMgr

-abstract class SecurityMgr +(js) abstract class SecurityMgr

Form login dispatcher.

Constructors

+SecurityMgr()
-

<init>

+(js) +

<init>

-SecurityMgr()

Form login dispatcher.

-
@@ -29,53 +29,39 @@ -

afterError

+(js) +

afterError

-open suspend fun afterError(): Unit

Method called after error.

- +open suspend fun afterError(): Unit -

afterLogin

+(js) +

afterLogin

-open suspend fun afterLogin(): Unit

Method called after successful login.

- +open suspend fun afterLogin(): Unit -

login

+(js) +

login

-abstract suspend fun login(): Boolean

Login user.

- +abstract suspend fun login(): Boolean -

withAuth

+(js) +

withAuth

-suspend fun <T> withAuth(block: suspend () -> T): T

Executes given block of code after successful authentication.

- - - - -

Extension Functions

- - - - - +suspend fun <T> withAuth(block: suspend () -> T): T
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit