File tree Expand file tree Collapse file tree
src/main/java/com/authlete/common/dto Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,11 +270,18 @@ public CredentialRequestInfo setBindingKeys(String[] bindingKeys)
270270 *
271271 * <p>
272272 * The value is almost the same as the credential request except that it
273- * does not contain the {@code "format"} parameter, the {@code "proof"}
274- * parameter, the {@code "proofs"} parameter, and the
275- * {@code credential_response_encryption} parameter.
273+ * does not contain the following parameters:
276274 * </p>
277275 *
276+ * <ul>
277+ * <li>{@code credential_configuration_id}
278+ * <li>{@code credential_identifier}
279+ * <li>{@code credential_response_encryption}
280+ * <li>{@code format}
281+ * <li>{@code proof}
282+ * <li>{@code proofs}
283+ * </ul>
284+ *
278285 * <p>
279286 * For example, when the original credential request holds the following:
280287 * </p>
You can’t perform that action at this time.
0 commit comments