Authorized

data class Authorized(val webId: String) : SolidSignInResult

The user picked an account and granted this app access to it. Use webId for every subsequent SDK call.

Constructors

Link copied to clipboard
constructor(webId: String)

Properties

Link copied to clipboard