Skip to content

Commit dffee9a

Browse files
committed
address type from string to map
1 parent 0afe6ef commit dffee9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/oidc/msg/oidc/OpenIDSchema.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ public class OpenIDSchema extends ResponseMessage implements CryptoMessage {
7171
paramVerDefs.put("phone_number", ParameterVerification.SINGLE_OPTIONAL_STRING.getValue());
7272
paramVerDefs.put("phone_number_verified",
7373
ParameterVerification.SINGLE_OPTIONAL_BOOLEAN.getValue());
74-
// TODO:ADDRESS MESSAGE CLASS ?
75-
paramVerDefs.put("address", ParameterVerification.SINGLE_OPTIONAL_STRING.getValue());
74+
paramVerDefs.put("address", ParameterVerification.SINGLE_OPTIONAL_MAP.getValue());
7675
paramVerDefs.put("updated_at", ParameterVerification.SINGLE_OPTIONAL_INT.getValue());
7776
paramVerDefs.put("_claim_names", ParameterVerification.SINGLE_OPTIONAL_MAP.getValue());
7877
paramVerDefs.put("_claim_sources", ParameterVerification.SINGLE_OPTIONAL_MAP.getValue());

0 commit comments

Comments
 (0)