From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- api/pl.treksoft.kvision.remote/-profile/index.html | 38 ++++++++++++---------- 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-profile/index.html') diff --git a/api/pl.treksoft.kvision.remote/-profile/index.html b/api/pl.treksoft.kvision.remote/-profile/index.html index 094e9a9c..7e274804 100644 --- a/api/pl.treksoft.kvision.remote/-profile/index.html +++ b/api/pl.treksoft.kvision.remote/-profile/index.html @@ -1,21 +1,23 @@ -Profile - kvision +pl.treksoft.kvision.remote.Profile - kvision kvision / pl.treksoft.kvision.remote / Profile

Profile

-data actual class Profile +actual typealias Profile = <ERROR CLASS> +

A user profile.

+expect class Profile

A user profile.

Constructors

-- cgit
-

<init>

+

<init>

Profile(id: String? = null, attributes: MutableMap<String, String> = mutableMapOf(), authenticationAttributes: MutableMap<String, String> = mutableMapOf(), roles: MutableSet<String> = mutableSetOf(), permissions: MutableSet<String> = mutableSetOf(), linkedId: String? = null, remembered: Boolean = false, clientName: String? = null) @@ -29,105 +31,105 @@
-

attributes

+

attributes

val attributes: MutableMap<String, String>
-

authenticationAttributes

+

authenticationAttributes

val authenticationAttributes: MutableMap<String, String>
-

clientName

+

clientName

val clientName: String?
-

displayName

+

displayName

var displayName: String?
-

email

+

email

var email: String?
-

familyName

+

familyName

var familyName: String?
-

firstName

+

firstName

var firstName: String?
-

id

+

id

val id: String?
-

linkedId

+

linkedId

val linkedId: String?
-

permissions

+

permissions

val permissions: MutableSet<String>
-

pictureUrl

+

pictureUrl

var pictureUrl: String?
-

profileUrl

+

profileUrl

var profileUrl: String?
-

remembered

+

remembered

val remembered: Boolean
-

roles

+

roles

val roles: MutableSet<String>
-

username

+

username

var username: String?