UserInfo

@Serializable
data class UserInfo(val appMetadata: JsonObject? = null, val aud: String, val confirmationSentAt: Instant? = null, val confirmedAt: Instant? = null, val createdAt: Instant? = null, val email: String? = null, val emailConfirmedAt: Instant? = null, val factors: List<UserMfaFactor> = listOf(), val id: String, val identities: List<Identity>? = null, val lastSignInAt: Instant? = null, val phone: String? = null, val role: String? = null, val updatedAt: Instant? = null, val userMetadata: JsonObject? = null, val phoneChangeSentAt: Instant? = null, val newPhone: String? = null, val emailChangeSentAt: Instant? = null, val newEmail: String? = null, val invitedAt: Instant? = null, val recoverySentAt: Instant? = null, val phoneConfirmedAt: Instant? = null, val actionLink: String? = null)(source)

Constructors

Link copied to clipboard
constructor(appMetadata: JsonObject? = null, aud: String, confirmationSentAt: Instant? = null, confirmedAt: Instant? = null, createdAt: Instant? = null, email: String? = null, emailConfirmedAt: Instant? = null, factors: List<UserMfaFactor> = listOf(), id: String, identities: List<Identity>? = null, lastSignInAt: Instant? = null, phone: String? = null, role: String? = null, updatedAt: Instant? = null, userMetadata: JsonObject? = null, phoneChangeSentAt: Instant? = null, newPhone: String? = null, emailChangeSentAt: Instant? = null, newEmail: String? = null, invitedAt: Instant? = null, recoverySentAt: Instant? = null, phoneConfirmedAt: Instant? = null, actionLink: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "action_link")
val actionLink: String? = null
Link copied to clipboard
@SerialName(value = "app_metadata")
val appMetadata: JsonObject? = null
Link copied to clipboard
@SerialName(value = "aud")
val aud: String
Link copied to clipboard
@SerialName(value = "confirmation_sent_at")
val confirmationSentAt: Instant? = null
Link copied to clipboard
@SerialName(value = "confirmed_at")
val confirmedAt: Instant? = null
Link copied to clipboard
@SerialName(value = "created_at")
val createdAt: Instant? = null
Link copied to clipboard
@SerialName(value = "email")
val email: String? = null
Link copied to clipboard
@SerialName(value = "email_change_sent_at")
val emailChangeSentAt: Instant? = null
Link copied to clipboard
@SerialName(value = "email_confirmed_at")
val emailConfirmedAt: Instant? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "id")
val id: String
Link copied to clipboard
@SerialName(value = "identities")
val identities: List<Identity>? = null
Link copied to clipboard
@SerialName(value = "invited_at")
val invitedAt: Instant? = null
Link copied to clipboard
@SerialName(value = "last_sign_in_at")
val lastSignInAt: Instant? = null
Link copied to clipboard
@SerialName(value = "new_email")
val newEmail: String? = null
Link copied to clipboard
@SerialName(value = "new_phone")
val newPhone: String? = null
Link copied to clipboard
@SerialName(value = "phone")
val phone: String? = null
Link copied to clipboard
@SerialName(value = "phone_change_sent_at")
val phoneChangeSentAt: Instant? = null
Link copied to clipboard
@SerialName(value = "phone_confirmed_at")
val phoneConfirmedAt: Instant? = null
Link copied to clipboard
@SerialName(value = "recovery_sent_at")
val recoverySentAt: Instant? = null
Link copied to clipboard
@SerialName(value = "role")
val role: String? = null
Link copied to clipboard
@SerialName(value = "updated_at")
val updatedAt: Instant? = null
Link copied to clipboard
@SerialName(value = "user_metadata")
val userMetadata: JsonObject? = null