toggle menu
vc-k
5.1.0
common
switch theme
search in API
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
?
=
null
formatted
Link copied to clipboard
@
SerialName
(
value
=
"formatted"
)
val
formatted
:
String
?
=
null
locality
Link copied to clipboard
@
SerialName
(
value
=
"locality"
)
val
locality
:
String
?
=
null
postal
Code
Link copied to clipboard
@
SerialName
(
value
=
"postal_code"
)
val
postalCode
:
String
?
=
null
region
Link copied to clipboard
@
SerialName
(
value
=
"region"
)
val
region
:
String
?
=
null
street
Link copied to clipboard
@
SerialName
(
value
=
"street_address"
)
val
street
:
String
?
=
null