diff --git a/app/sdk/README.md b/app/sdk/README.md index 478cc49a..1137605c 100644 --- a/app/sdk/README.md +++ b/app/sdk/README.md @@ -48,6 +48,10 @@ Logout releases the Session interface ```DatabacgClientSDK::logout(session: Session, all: boolean): Promise``` +Remove releases the Session interface and deletes the account from the server + +```DatabacgClientSDK::remove(session: Session): Promise``` +
Storage can then be provided to the SDK to persist sessions