GetUserResult

data class GetUserResult(val email: String, val id: String, val username: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(email: String, id: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user's email address.

Link copied to clipboard
val id: String

The user's unique identifier.

Link copied to clipboard

The user's username.