ShareRequest
Inbox notification representing a request from another agent asking the current user (the resource owner) to grant access.
Emitted on the owner's LDN inbox by another agent's NotificationsManager.sendRequest(...). The owner reviews the request and either:
accepts it via
SharingManager.acceptShareRequest(request)— grants access and sends anas:Offerback to the requester;rejects it via
SharingManager.rejectShareRequest(request, reason)— posts anas:Rejectto the requester's inbox.
Both choices leave the request resource in the inbox.
Constructors
Properties
as:published timestamp string, if present.
Mode the requester is asking for (solidshare:requestedMode).
WebID of the requester (as:actor).
URI of the inbox resource that carries this request.
Resource URI being requested (as:object).