SessionChanged

data class SessionChanged(val session: Session?) : AuthEvent

Emitted when the current session changes.

This event fires whenever Clerk.session changes, which is based on Client.lastActiveSessionId. The session may have any status (including PENDING).

Constructors

Link copied to clipboard
constructor(session: Session?)

Properties

Link copied to clipboard

The new current session, or null if no session exists.