From e20efa2ccb88a608819903a32bf29fbe5bd006c5 Mon Sep 17 00:00:00 2001 From: Britta Stallknecht Date: Tue, 17 Dec 2024 12:13:24 +0000 Subject: [PATCH] feat: add link to "Load Token" use case --- _docs_integrate/data-model-overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_docs_integrate/data-model-overview.md b/_docs_integrate/data-model-overview.md index dbc6f05d1..8ab85cb43 100644 --- a/_docs_integrate/data-model-overview.md +++ b/_docs_integrate/data-model-overview.md @@ -67,6 +67,7 @@ A Token has the following properties: ### Object for Password Protection of Token A [Token](#token) can be protected by a password to ensure that it is protected from unauthorized access. +Indeed, in order for an Identity to [load the Token]({% link _docs_use-cases/use-case-transport-load-token-created-by-others.md %}), it must enter the correct password. Information about the password protection of a Token is recorded within its optional `passwordProtection` property. | Name | Type | Description | Remarks |