VerifiedAccount
data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)
A verified account on a user's profile.
Parameters
serviceType
The type of the service.
serviceLabel
The name of the service.
serviceIcon
The URL to the service's icon.
url
The URL to the user's profile on the service.