UserInfo

@Serializable
data class UserInfo(val webId: String)

The OIDC userinfo endpoint response for a signed-in Solid account.

Constructors

Link copied to clipboard
constructor(webId: String)

Properties

Link copied to clipboard
@SerialName(value = "webid")
val webId: String

The WebID claim returned by the OIDC provider.