mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 23:45:21 +00:00
Update README.md
This commit is contained in:
parent
3d9396029a
commit
0b943ec453
@ -9,7 +9,7 @@ The API is provided through a set of typescript interfaces. Each interface group
|
|||||||
<details>
|
<details>
|
||||||
<summary>The SDK must first be allocated</summary><br>
|
<summary>The SDK must first be allocated</summary><br>
|
||||||
|
|
||||||
```DatabacgClientSDK(crypto: Crypto | null, log?: Logging)```
|
```DatabacgClientSDK(crypto?: Crypto, log?: Logging)```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -25,7 +25,7 @@ Browser apps typically use the WebStore interface where minimal session data is
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Account communcation is provided through the Session interface</summary><br>
|
<summary>User communcation is provided through the Session interface</summary><br>
|
||||||
|
|
||||||
login provides a Session through an account login
|
login provides a Session through an account login
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user