Module: @@actions/solid/lifecycle

Lifecycle methods of the application.
Source:

Methods

(static) onLoggedIn() → {Promise.<void>}

Run when the user is logged in. Fetches their files from their Solid Pod and updates the avatar image.
Source:
Returns:
Type
Promise.<void>

(static) onSolidStart() → {Promise.<void>}

Triggered on Solid authentication. Sets the session and runs the loggedIn routine.
Source:
Returns:
Type
Promise.<void>

(async, inner) updateAvatar(webId) → {Promise.<void>}

Updates users avatar image.
Parameters:
Name Type Description
webId
Source:
Returns:
Type
Promise.<void>