We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d225088 commit 169a1e1Copy full SHA for 169a1e1
1 file changed
src/main/java/org/oidc/msg/Message.java
@@ -124,4 +124,9 @@ void fromUrlEncoded(String input)
124
* @return boolean for whether there is an error in verification
125
*/
126
boolean hasError();
127
+
128
+ /**
129
+ * @return Parameter requirements.
130
+ */
131
+ Map<String, ParameterVerificationDefinition> getParameterVerificationDefinitions();
132
}
0 commit comments