UserInfoResponse

data class UserInfoResponse(val email: String)

Information about a user.

Constructors

Link copied to clipboard
constructor(email: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

E-mail address of the user.