Update README.md

This commit is contained in:
Pierre Balzack 2024-09-26 18:38:08 -07:00 committed by GitHub
parent 03cd108cb3
commit 92eeaa4381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,10 @@ Logout releases the Session interface
```DatabacgClientSDK::logout(session: Session, all: boolean): Promise<void>```
Remove releases the Session interface and deletes the account from the server
```DatabacgClientSDK::remove(session: Session): Promise<void>```
<details>
<summary>Storage can then be provided to the SDK to persist sessions</summary><br>