AuthenticationUser

# AuthenticationUser

Object representing the authentication user in the platform.

data class AuthenticationUser(identity: Identity)

# Parameters

Name Summary
identity

Identity used for authentication.

# Constructors

Name Summary
AuthenticationUser

Identity used for authentication.

fun AuthenticationUser(identity: Identity)

# Functions

Name Summary
component1
Content
operator fun component1(): Identity


copy
Content
fun copy(identity: Identity): AuthenticationUser


equals
Content
open operator override fun equals(other: Any?): Boolean


hashCode
Content
open override fun hashCode(): Int


toString
Content
open override fun toString(): String


# Properties

Name Summary
identity

Identity used for authentication.

val identity: Identity