Skip to content

Commit

Permalink
feat: add link to "Load Token" use case
Browse files Browse the repository at this point in the history
  • Loading branch information
britsta committed Dec 17, 2024
1 parent 202be88 commit e20efa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _docs_integrate/data-model-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e20efa2

Please sign in to comment.