2018-08-28 05:03:55 +00:00
|
|
|
<WizardContent @headerText="Tools" @glyph="tour">
|
2018-08-29 23:16:50 +00:00
|
|
|
<WizardSection
|
|
|
|
@headerText="Unwrapping your data"
|
2018-08-28 05:03:55 +00:00
|
|
|
@docText="API: Unwrap Data"
|
|
|
|
@docPath="/api/system/wrapping-unwrap.html"
|
2018-08-29 23:16:50 +00:00
|
|
|
@instructions='Paste your token into the input and click "Unwrap Data".'
|
2018-08-28 05:03:55 +00:00
|
|
|
>
|
|
|
|
<p>
|
2018-08-29 23:16:50 +00:00
|
|
|
We saved this step for the end because unwrapping the token will revoke it, so we can only do this once.
|
2018-08-28 05:03:55 +00:00
|
|
|
</p>
|
|
|
|
</WizardSection>
|
2018-08-29 23:16:50 +00:00
|
|
|
</WizardContent>
|