Skip to content

Commit

Permalink
Deploying to gh-pages from @ f10d044 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed May 6, 2024
1 parent e875f39 commit 9f53711
Showing 1 changed file with 125 additions and 0 deletions.
125 changes: 125 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,77 @@ <h2>CallEnded</h2>
</table>
</section>

<section class="event">
<h2>CryptoSessionState</h2>
<p>Describe the current session crypto state, that is if the session is verified or not, if recovery is correctly setup.</p>
<table class="event-table">
<thead>
<tr>
<td class="property">Property</td>
<td class="description">Description</td>
<td class="type">Type</td>
</tr>
</thead>
<tbody>

<tr>
<td>recoveryState</td>
<td></td>
<td>

<ul>

<li>

<b>Enabled:</b> Secret storage is set up and we have all the secrets locally.

</li>

<li>

<b>Disabled:</b> No default secret storage key exists or it is disabled explicitly using the account data event.

</li>

<li>

<b>Incomplete:</b> Secret storage is set up but we&#39;re missing some secrets.

</li>

</ul>

</td>
</tr>

<tr>
<td>verificationState</td>
<td></td>
<td>

<ul>

<li>

<b>Verified:</b> The device is considered to be verified, it has been signed by its user identity.

</li>

<li>

<b>NotVerified:</b> The device is unverified.

</li>

</ul>

</td>
</tr>

</tbody>
</table>
</section>

<section class="event">
<h2>PollEnd</h2>
<p>Triggered when a poll has been ended.</p>
Expand Down Expand Up @@ -2389,6 +2460,60 @@ <h2>UserProperties</h2>
</td>
</tr>

<tr>
<td>recoveryState</td>
<td>Describe the current session recovery state, that if 4S is setup, complete (all secrets cached) or not.</td>
<td>

<ul>

<li>

<b>Enabled:</b> Secret storage is set up and we have all the secrets locally.

</li>

<li>

<b>Disabled:</b> No default secret storage key exists or it is disabled explicitly using the account data event.

</li>

<li>

<b>Incomplete:</b> Secret storage is set up but we&#39;re missing some secrets.

</li>

</ul>

</td>
</tr>

<tr>
<td>verificationState</td>
<td>Describe the current session verification state, that is if the session is verified or not.</td>
<td>

<ul>

<li>

<b>Verified:</b> The device is considered to be verified, it has been signed by its user identity.

</li>

<li>

<b>NotVerified:</b> The device is unverified.

</li>

</ul>

</td>
</tr>

</tbody>
</table>
</section>
Expand Down

0 comments on commit 9f53711

Please sign in to comment.