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.

Constructors

Link copied to clipboard
constructor(packageName: String, webId: String, fullAccess: Boolean = true)

Properties

Link copied to clipboard

Whether the app was granted full access to the account.

Link copied to clipboard

The calling app's package name.

Link copied to clipboard

The WebID the app is authorized for.