UserIdentitiesChanged

data class UserIdentitiesChanged(val oldSession: UserSession) : SessionSource(source)

The session was changed due to a user identity change (e.g. via Auth.linkIdentity or Auth.unlinkIdentity)

Parameters

oldSession

The old session

Constructors

Link copied to clipboard
constructor(oldSession: UserSession)

Properties

Link copied to clipboard