You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homepage/docs/reference/core/classes/AnonymousSession.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Class: AnonymousSession
8
8
9
-
Defined in: [authentication/index.ts:20](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/authentication/index.ts#L20)
9
+
Defined in: [authentication/index.ts:20](https://github.com/pod-os/PodOS/blob/main/core/src/authentication/index.ts#L20)
10
10
11
11
## Implements
12
12
@@ -30,7 +30,7 @@ Defined in: [authentication/index.ts:20](https://github.com/pod-os/PodOS/blob/e8
Defined in: [authentication/index.ts:27](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/authentication/index.ts#L27)
33
+
Defined in: [authentication/index.ts:27](https://github.com/pod-os/PodOS/blob/main/core/src/authentication/index.ts#L27)
34
34
35
35
##### Returns
36
36
@@ -60,7 +60,7 @@ Defined in: [authentication/index.ts:27](https://github.com/pod-os/PodOS/blob/e8
60
60
61
61
> **login**(): `Promise`\<`void`\>
62
62
63
-
Defined in: [authentication/index.ts:38](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/authentication/index.ts#L38)
63
+
Defined in: [authentication/index.ts:38](https://github.com/pod-os/PodOS/blob/main/core/src/authentication/index.ts#L38)
64
64
65
65
#### Returns
66
66
@@ -76,7 +76,7 @@ Defined in: [authentication/index.ts:38](https://github.com/pod-os/PodOS/blob/e8
76
76
77
77
> **logout**(): `Promise`\<`void`\>
78
78
79
-
Defined in: [authentication/index.ts:42](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/authentication/index.ts#L42)
79
+
Defined in: [authentication/index.ts:42](https://github.com/pod-os/PodOS/blob/main/core/src/authentication/index.ts#L42)
80
80
81
81
#### Returns
82
82
@@ -92,7 +92,7 @@ Defined in: [authentication/index.ts:42](https://github.com/pod-os/PodOS/blob/e8
Defined in: [authentication/index.ts:34](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/authentication/index.ts#L34)
95
+
Defined in: [authentication/index.ts:34](https://github.com/pod-os/PodOS/blob/main/core/src/authentication/index.ts#L34)
Copy file name to clipboardExpand all lines: homepage/docs/reference/core/classes/AssumeAlwaysOnline.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Class: AssumeAlwaysOnline
8
8
9
-
Defined in: [offline-cache/OnlineStatus.ts:5](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/offline-cache/OnlineStatus.ts#L5)
9
+
Defined in: [offline-cache/OnlineStatus.ts:5](https://github.com/pod-os/PodOS/blob/main/core/src/offline-cache/OnlineStatus.ts#L5)
10
10
11
11
## Implements
12
12
@@ -28,7 +28,7 @@ Defined in: [offline-cache/OnlineStatus.ts:5](https://github.com/pod-os/PodOS/bl
28
28
29
29
> **isOnline**(): `boolean`
30
30
31
-
Defined in: [offline-cache/OnlineStatus.ts:6](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/offline-cache/OnlineStatus.ts#L6)
31
+
Defined in: [offline-cache/OnlineStatus.ts:6](https://github.com/pod-os/PodOS/blob/main/core/src/offline-cache/OnlineStatus.ts#L6)
Copy file name to clipboardExpand all lines: homepage/docs/reference/core/classes/AttachmentGateway.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Class: AttachmentGateway
8
8
9
-
Defined in: [attachments/AttachmentGateway.ts:11](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/attachments/AttachmentGateway.ts#L11)
9
+
Defined in: [attachments/AttachmentGateway.ts:11](https://github.com/pod-os/PodOS/blob/main/core/src/attachments/AttachmentGateway.ts#L11)
10
10
11
11
Gateway for attachment-related operations on Solid Pods and the store.
12
12
@@ -20,7 +20,7 @@ Gateway for attachment-related operations on Solid Pods and the store.
Defined in: [attachments/AttachmentGateway.ts:12](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/attachments/AttachmentGateway.ts#L12)
23
+
Defined in: [attachments/AttachmentGateway.ts:12](https://github.com/pod-os/PodOS/blob/main/core/src/attachments/AttachmentGateway.ts#L12)
24
24
25
25
#### Parameters
26
26
@@ -38,7 +38,7 @@ Defined in: [attachments/AttachmentGateway.ts:12](https://github.com/pod-os/PodO
Defined in: [attachments/AttachmentGateway.ts:23](https://github.com/pod-os/PodOS/blob/e80e47e090ea2a3c5a790a9e1634789ca61341b8/core/src/attachments/AttachmentGateway.ts#L23)
41
+
Defined in: [attachments/AttachmentGateway.ts:23](https://github.com/pod-os/PodOS/blob/main/core/src/attachments/AttachmentGateway.ts#L23)
42
42
43
43
Uploads an attachment file and associates it with a thing.
44
44
The container is automatically derived from the thing's URI.
0 commit comments