UserInfo

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)(source)