VerifiedAccount
data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)
Deprecated
This class is deprecated and will be removed in a future release.
Replace with
com.gravatar.restapi.models.VerifiedAccount
Content copied to clipboard
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.