SolidSignInAccount
data class SolidSignInAccount(val packageName: String, val webId: String, val fullAccess: Boolean = true)
Represents this app's authorized link to a Solid account.
Returned by SolidSignInClient.getAccount once the user has granted the calling app access to a WebID.