Skip to content

useSession

useSession(): UseQueryResult<AuthSession | null, Error>

Hook to get the current session

UseQueryResult<AuthSession | null, Error>