SsoIdentityProvider
@JsonClass(generateAdapter = true)
Content copied to clipboard
Constructors
Link copied to clipboard
fun SsoIdentityProvider( @Json(name = "id") id: String, @Json(name = "name") name: String?, @Json(name = "icon") iconUrl: String?, @Json(name = "brand") brand: String?)
Content copied to clipboard