PlaceOfBirthSdJwt

@Serializable
data class PlaceOfBirthSdJwt(val country: String? = null, val region: String? = null, val locality: String? = null)(source)

Constructors

Link copied to clipboard
constructor(country: String? = null, region: String? = null, locality: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "country")
val country: String?

The country where the PID User was born, as an Alpha-2 country code as specified in ISO 3166-1.

Link copied to clipboard
@SerialName(value = "locality")
val locality: String?

The municipality, city, town, or village where the PID User was born.

Link copied to clipboard
@SerialName(value = "region")
val region: String?

The state, province, district, or local area where the PID User was born.