Package-level declarations
Types
Link copied to clipboard
data class SolidAccount(val userInfo: UserInfo? = null, val webId: WebId? = null, val isAuthorized: Boolean = true, val sessionError: String? = null)
A signed-in Solid account, as seen by SDK consumers.
Link copied to clipboard
Represents a Solid WebID identity document — both for reading profile data and for constructing or updating it.