Skip to content

Commit 4fca931

Browse files
Update the JavaDoc of CredentialRequestInfo.getDetails()
1 parent a5b5c82 commit 4fca931

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/main/java/com/authlete/common/dto/CredentialRequestInfo.java

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)