JwtUserRequestDtoProperties

data class JwtUserRequestDtoProperties(val client: String)

Parameters

client

The clientID of the new user's client.

Constructors

Link copied to clipboard
constructor(client: String)

Properties

Link copied to clipboard
@SerializedName(value = "client")
val client: String