GetUserIdentityInfo

data class GetUserIdentityInfo(val email: String, val firstName: String, val lastName: String)

Constructors

Link copied to clipboard
constructor(email: String, firstName: String, lastName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address.

Link copied to clipboard

The first name.

Link copied to clipboard

The last name.