You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: world-id/credentials/9303.mdx
+34-5Lines changed: 34 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,40 @@ Use the NFC Credential when you need proof of a unique government document. This
39
39
40
40
This credential implements the following attributes beyond the defaults in the [Credential](https://docs.rs/world-id-primitives/latest/world_id_primitives/credential/struct.Credential.html).
|`genesis_issued_at`| The timestamp of when the unique document was first verified. |
45
-
|`expires_at`| The expiration of the document with a maximum of 10 years. |
46
-
|`associated_data_commitment`| A commitment to the user's Associated Data (see [NFC Issuer implementation notes](/world-id/reference/nfc-issuer#associated-data)). |
42
+
<table>
43
+
<thead>
44
+
<tr>
45
+
<thclassName="whitespace-nowrap">Attribute</th>
46
+
<th>Description</th>
47
+
</tr>
48
+
</thead>
49
+
<tbody>
50
+
<tr>
51
+
<tdclassName="whitespace-nowrap">
52
+
<code>genesis_issued_at</code>
53
+
</td>
54
+
<td>The timestamp of when the unique document was first verified.</td>
55
+
</tr>
56
+
<tr>
57
+
<tdclassName="whitespace-nowrap">
58
+
<code>expires_at</code>
59
+
</td>
60
+
<td>The expiration of the document with a maximum of 10 years.</td>
61
+
</tr>
62
+
<tr>
63
+
<tdclassName="whitespace-nowrap">
64
+
<code>associated_data_commitment</code>
65
+
</td>
66
+
<td>
67
+
A commitment to the user's Associated Data (see{""}
0 commit comments