Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
- component: Runtime
- layer: Anonymous
- facade: AnonymousTokensFacade
- function: loadPeerTokenByReference
- function: loadPeerToken
- description:
- feature category: Share information over side-channel
- tech category: AnonymousTokens
Expand Down

This file was deleted.

38 changes: 0 additions & 38 deletions _docs_use-cases/use-case-transport-create-device.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar:
- title: "Integrate enmeshed"
nav: "docs_integrate"
properties:
- id: RD7
- id: RD4
- component: Runtime
- layer: Transport
- facade: DevicesFacade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar:
- title: "Integrate enmeshed"
nav: "docs_integrate"
properties:
- id: RD10
- id: RD7
- component: Runtime
- layer: Transport
- facade: DevicesFacade
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion _docs_use-cases/use-case-transport-get-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar:
- title: "Integrate enmeshed"
nav: "docs_integrate"
properties:
- id: RD3
- id: RD2
- component: Runtime
- layer: Transport
- facade: DevicesFacade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ required_by:

This use case intends to load an entity by its `reference` received by a peer. Internally, it uses the specific use cases of each entity:

- If the `reference` refers to a [Token]({% link _docs_integrate/data-model-overview.md %}#token), it fetches the Token just like the [Load Token created by others]({% link _docs_use-cases/use-case-transport-load-token-created-by-others.md %}) use case. For example, if the `content` of the Token is a TokenContentDeviceSharedSecret, a DeviceOnboardingInfo is returned after the successful execution of the use case. A TokenContentDeviceSharedSecret is created by the [Create Device Onboarding Token]({% link _docs_use-cases/use-case-transport-create-device-onboarding-token.md %}) use case.
- If the `reference` refers to a [Token]({% link _docs_integrate/data-model-overview.md %}#token), it fetches the Token just like the [Load Token created by others]({% link _docs_use-cases/use-case-transport-load-token-created-by-others.md %}) use case. For example, if the `content` of the Token is a TokenContentDeviceSharedSecret, a DeviceOnboardingInfo is returned after the successful execution of the use case.
- If the `reference` refers to a [RelationshipTemplate]({% link _docs_integrate/data-model-overview.md %}#relationshiptemplate), it fetches the RelationshipTemplate just like the [Load RelationshipTemplate created by others]({% link _docs_use-cases/use-case-transport-load-relationshiptemplate-created-by-others.md %}) use case.
- If the `reference` refers to a [File]({% link _docs_integrate/data-model-overview.md %}#file), it fetches the File just like the [Load File]({% link _docs_use-cases/use-case-transport-load-file.md %}) use case.
2 changes: 1 addition & 1 deletion _docs_use-cases/use-case-transport-query-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar:
- title: "Integrate enmeshed"
nav: "docs_integrate"
properties:
- id: RD2
- id: RD1
- component: Runtime
- layer: Transport
- facade: DevicesFacade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar:
- title: "Integrate enmeshed"
nav: "docs_integrate"
properties:
- id: RD8
- id: RD5
- component: Runtime
- layer: Transport
- facade: DevicesFacade
Expand Down
2 changes: 1 addition & 1 deletion _docs_use-cases/use-case-transport-update-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar:
- title: "Integrate enmeshed"
nav: "docs_integrate"
properties:
- id: RD9
- id: RD6
- component: Runtime
- layer: Transport
- facade: DevicesFacade
Expand Down