File tree Expand file tree Collapse file tree
src/main/java/org/oidc/msg/oidc Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments