vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.openid
/
OidcAddressClaim
Oidc
Address
Claim
@
Serializable
data
class
OidcAddressClaim
(
val
formatted
:
String
?
=
null
,
val
street
:
String
?
=
null
,
val
locality
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
postalCode
:
String
?
=
null
,
val
country
:
String
?
=
null
)
(
source
)
OpenID Connect Core 1.0
Members
Constructors
Oidc
Address
Claim
Link copied to clipboard
constructor
(
formatted
:
String
?
=
null
,
street
:
String
?
=
null
,
locality
:
String
?
=
null
,
region
:
String
?
=
null
,
postalCode
:
String
?
=
null
,
country
:
String
?
=
null
)
Properties
country
Link copied to clipboard
@
SerialName
(
value
=
"country"
)
val
country
:
String
?
formatted
Link copied to clipboard
@
SerialName
(
value
=
"formatted"
)
val
formatted
:
String
?
locality
Link copied to clipboard
@
SerialName
(
value
=
"locality"
)
val
locality
:
String
?
postal
Code
Link copied to clipboard
@
SerialName
(
value
=
"postal_code"
)
val
postalCode
:
String
?
region
Link copied to clipboard
@
SerialName
(
value
=
"region"
)
val
region
:
String
?
street
Link copied to clipboard
@
SerialName
(
value
=
"street_address"
)
val
street
:
String
?