JwtUserRequestDtoProperties

data class JwtUserRequestDtoProperties(client: String)

Parameters

client

The clientID of the new user's client.

Constructors

JwtUserRequestDtoProperties
Link copied to clipboard
fun JwtUserRequestDtoProperties(client: String)
The clientID of the new user's client.

Properties

client
Link copied to clipboard
@SerializedName(value = client)
val client: String
The clientID of the new user's client.