Third Party User
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun ThirdPartyUser( @Json(name = "userid" ) userId: String, @Json(name = "protocol" ) protocol: String, @Json(name = "fields" ) fields: JsonDict)
Content copied to clipboard