Skip to main content
Module

x/earthstar/src/entries/universal.ts>SharedSettings#redeemInvitationURL

Storage for private, distributed, offline-first applications.
Go to Latest
method SharedSettings.prototype.redeemInvitationURL
import { SharedSettings } from "https://deno.land/x/earthstar@v10.2.2/src/entries/universal.ts";

Add a new share (and possibly secret) and servers using an Earthstar invitation URL.

Parameters

url: string

Returns

Promise<true | ValidationError>